Problem
iOS 9.3 + XCode 7.3
Unity < 5.3
unknown type name __declspec
Solution
1. Download Unity > 5.3
2. Remove the keyword “NORETURN” in the beginning of function.
熱血人次: 1511
Overview
1. 確認 Code Signing & Provision Files
2. Build & Fix issues
3. 確認帳號列表中只有非開發者帳號
4. 信任開發人員
熱血人次: 1626
Error
Could not find Developer Disk Image
Solution
iOS 9.2 SDK need XCode 7.2
Upgrade your XCode or OS
熱血人次: 306
Problem
Undefined symbols for architecture armv7: “_utf8_nextCharSafeBody”
Solution
Add libicucore.tbd into Libraries
熱血人次: 717
更新至 XCode 7 之後可能會遇到這個問題
-fembed-bitcode is not supported on versions of iOS prior to 6.0
熱血人次: 519
本篇主要是剪刀進行Unity開發中
所遇到的經驗心得文章彙整
Mac:XCode、iTunes Connect、iOS
Windows:Visual Studio、Google Play、Android
Plugins:Facebook、Admob、GPGS
熱血人次: 2823
在 iOS Build 版本的時候
Generating dSYM file 這個步驟會比較久
改一下設定就可以加速不少
最終版本再記得改回來就好
熱血人次: 1423