(中文)
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.
熱血人次: 1500
Overview
1. Confirm Code Signing & Provision Files
2. Build & Fix issues
3. Confirm account list has no developer accounts
4. Trust developer account
熱血人次: 1619
(中文)
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
熱血人次: 716
(中文) 更新至 XCode 7 之後可能會遇到這個問題
-fembed-bitcode is not supported on versions of iOS prior to 6.0
熱血人次: 517
XCode really takes a long time during generating dSYM file. We can change the BuildSettings and remember to revert the setting in the final release version.
熱血人次: 1423