-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcodeproj fails to initialize object from unknown ISA: PBXFileSystemSynchronizedRootGroup #966
Comments
Workaround: Use "New Group" instead of "New Folder". |
When I use 'New Group,' it works. Every newly created project in Xcode 16 now always creates folders. Is there already a timeline for when it will also work with folders? |
Having same issues and more [Xcodeproj] Xcode project version (77) is higher than the latest supported by xcodeproj (63) |
Correct, when i added a folder, the xcodeproj version gets bumped from 54 -> 70. And when i remove the folder and use a group, it gets automatically downgraded.
|
Same issue any fixes around it |
I am also facing the same issue with creation of new project in Xcode16 |
@sapnabansaltrinet i just convert the OneSignalNotificationServiceExtension to Group and it working fine, but screw OneSignal its always the one cause trouble, really tired everytime using it |
This worked for me. Went to Xcode, right clicked on the OneSignalNoificationSeviceExtension folder (which would be in blue), clicked on the "Convert to Group" option, the color changes to grey. Ran pod install in the iOS folder and the build error was no longer coming. Successfully installed pods. |
Xcode 16, I added a folder "Fonts" to my project and
xcodeproj
now fails with the following:The text was updated successfully, but these errors were encountered: