-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
pod init failed in Xcode 16 #12583
Comments
Same error |
waiting for update |
不能解决 |
我按照上面的方法解决了,你看看是不是步骤错了,或者也可以看看我的解决步骤:https://juejin.cn/post/7416270933789900815 |
same error |
Same error here, did nothing but just pod init on a fresh xcode project, and I tried editing the lines / converting to groups. |
Same here, modifying the pbxproj file further by removing the mentioned ISA PBXFileSystemSynchronizedRootGroup block like others have suggested allows me to init Pods (with warnings), but generates further errors on build. Editing the pbxproj file is not a stable workaround, waiting for CocoaPods to address it further. |
I am also getting the same error . |
+1 would love for this to be fixed |
Any news about this issue? |
我遇到了类似问题,执行本文的操作步骤后,又遇到如下问题。(本地CocoaPods版本号为:1.15.2)
按https://stackoverflow.com/questions/78984326/cocoapods-pod-init-fails-with-unknown-isa-pbxfilesystemsynchronizedrootgroup-e 中的如下步骤解决了问题。
|
Fixing Pod Init Failure in Xcode 16.0 | Step-by-Step Guide#Xcode16 #pod #podinit |
Hi, it still failed with me. I was building a framework and had SwiftTesting selected. I changed it to XCTest and it worked |
Dipesh, also: MacBook Pro M3 Max, Sequoia 16.0 here is my log output pod init ――― MARKDOWN TEMPLATE ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Command
Report
Stack
Plugins
Error
――― TEMPLATE END ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [!] Oh no, an error occurred. If none exists, create a ticket, with the template displayed above, on: Be sure to first read the contributing guide for details on how to properly submit a ticket: Don't forget to anonymize any private data! Looking for related issues on cocoapods/cocoapods... |
same problem here with onesignal on react-native |
You need to perform the "Convert to group" operation on all directories, including the Test directory. |
delete Tests and UITests ,TestsTarget and UITestsTarget, pod init success |
The method functions correctly, but issues arise when attempting to run or build the project, preventing it from executing or compiling successfully.
|
thank you so much!! This works ^ |
@manikandanprabhur It works! But only for new native iOS apps. It’s not working for React Native Expo apps. I checked and I'm using the latest Expo version 51.0.37 and React Native 0.74.5, but I noticed the npx expo run:ios Copyright (c) Meta Platforms, Inc. and affiliates.This source code is licensed under the MIT license found in theLICENSE file in the root directory of this source tree.set -e PLATFORM_NAME="${PLATFORM_NAME:-iphoneos}" if [ -z "$CURRENT_ARCH" ] || [ "$CURRENT_ARCH" == "undefined_arch" ]; then
fi @lint-ignore-every TXT2 Tab Literalif [ "$CURRENT_ARCH" == "arm64" ]; then
XCRUN="$(which xcrun)" Remove automake symlink if it existsif [ -h "test-driver" ]; then Manually disable gflags include to fix issue facebook/react-native#28446sed -i.bak -e 's/@ac_cv_have_libgflags@/0/' src/glog/logging.h.in && rm src/glog/logging.h.in.bak ./configure --host arm-apple-darwin cat << EOF >> src/config.h /* Special configuration for ucontext */ Prepare exported header includeEXPORTED_INCLUDE_DIR="exported/glog" patching file config.sub pod install --repo-update --ansi exited with non-zero code: 1 |
Fixing Pod Init Failure in Xcode 16.0 | Step-by-Step Guide#Xcode16 #pod #podinit |
Nice... Ebanutsa kakoy fix blyad. Pryam vot zaebis. |
Try this step by step it will be resolved.
|
Update CocoaPods:
|
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Command
Report
What did you do?
What did you expect to happen?
What happened instead?
Stack
Plugins
Error
――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=%60PBXGroup%60+attempted+to+initialize+an+object+with+unknown+ISA+%60PBXFileSystemSynchronizedRootGroup%60+from+attributes%3A+%60%7B%22isa%22%3D%3E%22PBXFileSystemSynchronizedRootGroup%22%2C+%22exceptions%22%3D%3E%5B%222AB3B2832C995E4700273321%22%5D%2C+%22explicitFileTypes%22%3D%3E%7B%7D%2C+%22explicitFolders%22%3D%3E%5B%5D%2C+%22path%22%3D%3E%22DemoSample%22%2C+%22sourceTree%22%3D%3E%22%3Cgroup%3E%22%7D%60%0AIf+this+ISA+was+generated+by+Xcode+please+file+an+issue%3A+https%3A%2F%2Fgithub.com%2FCocoaPods%2FXcodeproj%2Fissues%2Fnew&type=Issues
If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
Don't forget to anonymize any private data!
Looking for related issues on cocoapods/cocoapods...
Searching for inspections failed: undefined method `map' for nil:NilClass
The text was updated successfully, but these errors were encountered: