Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you assist me integrating unity in Xcode project (Swift 3, Unity 5.5 or 5.6) #43

Open
unittesting0 opened this issue Jul 5, 2017 · 3 comments

Comments

@unittesting0
Copy link

Hello guys,

I have integrated unity in Xcode project many times successfuluy using unity 5.3 and 5.4 and xcode 7.3.1 (Swift 2.3)

But I'm having an issue integrating unity in Xcode 8.3.2 (Swift 3) using Unity 5.5 or 5.6

Errors I'm facing are the il2cpp, apple o-linker etc...

I'm looking for someone to assist me through Teamviewer.

I will pay you a good dinner 👍
Respect.

@DogeWowzie
Copy link

DogeWowzie commented Jul 9, 2017

I just managed to do the Unity integration in Swift 3, I just followed the instruction stated in the pull request of Martin Straub:

https://github.com/blitzagency/ios-unity5/pull/42/files

I had several linker errors too, but I did not take into account that the Unity project configuration was set up for "real devices" only. When I tried to build the project on the simulator, I had more than 100 compiler errors.

Then I tried to build it on my test device, but there were still some errors, until I noticed I had to add some of those necessary frameworks, which are listed right there:

#36

I hope I could help you a little bit.

Cheers m8.

@unittesting0
Copy link
Author

@DogeWowzie I see you love DogeCoin, send me your DogeCoin address 🥇

@DogeWowzie
Copy link

DogeWowzie commented Jul 11, 2017

No worries m8, I would feel bad if I accepted money for a advice of mine. I just like helping people.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants