jacksondunstan / UnityNativeScripting

Unity Scripting in C++
https://jacksondunstan.com/articles/3938
MIT License
1.33k stars 135 forks source link

iOS build issue #3

Closed HassanAliAnjum closed 6 years ago

HassanAliAnjum commented 6 years ago

I tried current code for iOS but it have some errors. So I tried using a single cpp file with one export method but the bundle created by make file gives linking error in iOS build created by Unity. can you please look into this or guide me.

jacksondunstan commented 6 years ago

Sorry to hear you're having trouble building for iOS, @HassanAliAnjum . I just tried and it's building fine for me. I didn't make any modifications to get it to build and you shouldn't have to either. Can you please provide your software versions (e.g. macOS, Xcode, iOS SDK) and the specific error you're getting?