1
在模擬器中運行我的Xcode項目,當我得到這個錯誤的Xcode 6.4團結項目使dyld:找不到符號錯誤
dyld: Symbol not found: _UP_ACAccountCredential_alloc_initWithOAuth2Token_refreshToken_expiryDate_
Referenced from: /Users/apple/Library/Developer/CoreSimulator/Devices/EE487FF8-61D9-4F6D-9B37-68B59E6EFD38/data/Containers/Bundle/Application/DA009D88-B649-449E-B53F-107A97D29365/sling.app/sling
Expected in: flat namespace
in /Users/apple/Library/Developer/CoreSimulator/Devices/EE487FF8-61D9-4F6D-9B37-68B59E6EFD38/data/Containers/Bundle/Application/DA009D88-B649-449E-B53F-107A97D29365/sling.app/sling
(lldb)
模擬器變爲黑屏。
感謝您的幫助,我是Xcode新手,這是我的第一天。
您要定位iOS的哪個版本?目標中的 – trojanfoe
- > Unity-iPhone - >生成設置 - >'部署已選擇IOS 7.0。 –
那麼如何針對
trojanfoe