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
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
- Detect SRP (URP or HDRP) with Assembly Definition Version Defines
- [LudumDare57] Theme: Depths
- MotionVector Effect: Object “disappears” when paused
Recent Comments
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
- on UI Scroll View automatic Content height
- on [Asset Store] Point Cloud Viewer & Tools
- on [Asset Store] Point Cloud Viewer & Tools
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by
















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/