aws-samples / aws-samples/aws-sdk-unity-samples
Cognito Sync Demo Project: UnityException: Launching iOS project via Xcode failed.
Open
- Dominant language
- C#
- Stars
- 163
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
Hi Experts,
I found Launching iOS project via Xcode failed with Cognito Sync Demo Project.
The root of this issue is 'autorelease' is unavailable: not available in automatic reference counting mode.
Therefore, I introduced the below work around(Put -fno-objc-arc in the compile flags of the FbUnityInterface.mm on Unity editor)and then, this issue is not occurred.
http://devquestion.tk/29318048/workaround-for-unity5-ios-compile-error-with-facebook-unity-sdk-6-2-1.html
If this is bug, please fix it.
Thanks,
Akira Ueda
Contributor guide
Assessment
This issue has not been assessed yet.