3
2015
[Vuforia + XCode] CARWrapper.bundle specifies a non-existent file for the CFBundle
Had this error message coming up all day, until founded the fix:
Either this http://answers.unity3d.com/answers/1102882/view.html
or just delete the (QCARWrapper.bundle) reference in xcode project view from that plugins/ folder.
^main image: First tried settings bundle as [x] Editor, [x] Standalone only, but still seemed to cause issues in xcode build..
https://developer.vuforia.com/forum/issues-and-bugs/io9-unity-5-plugin-issue
Other xcode archiving issues with entitlements were solved by deleting all old provision profiles,
letting xcode select code sign profiles, creating new universal distribution provision profile in apple developer center..
Some of the errors encountered when publishing vuforia plugin project from from unity to xcode, then trying to Archive and build IPA file.
Missing entitlements when trying to build ipa file: (not sure what solved it eventually, but removing all the developer profiles in xcode and adding back seemed to help..)
No matching provisioning profiles found for "your.app" None of the valid provisioning profiles allowed the specified entitlements: beta-reports-active, keychain-access-groups..
In the error log “DVTCodesignResolver.log”: This was probably happening because tried to archive distribute ad-hoc ipa, instead of enterprise..
(Profile type ad-hoc doesn't allow profile: profile may not be a universal profile)
Error images:
“The file “Unity-Phone.ipa” couldn’t be opened because there is no such file.” : Strange error since i was just trying to build the .ipa here.. Also note the “QCarWrapper.bundle” is causing the error.
—
This error was below the ipa not found, so i guess thats why ipa didnt exists..
—
Image#3: Working build settings (provisioning profile is “iOS UniversalDistribution”, with AppID: “YourAppID (*)”)
—
Image#4: One more error encountered: “Can’t install application – CFBundleExecutable is not specified”
That was solved by adding “Executable file” property with value “${EXECUTABLE_NAME}” into info.plist
Related Posts
2 Comments + Add Comment
Leave a comment
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
oh noes.. now having this same problem on ios9 ipad:
https://developer.vuforia.com/forum/issues-and-bugs/black-screen-tracking-working-ios9-ipad
tips/fixes for submitting to appstore
https://forum.unity3d.com/threads/the-nightmare-of-submitting-to-app-store-steps-included-dec-2016.444107/