我有一个react-native项目,我试图在IOS上运行。它通常运行在基于英特尔的Mac上,但在我新的基于苹果硅的M1 Mac上,它在构建时失败了。
npx react-native run-ios
错误
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening citybusa
在操作我的xcode项目的pod文件时,我经常遇到这个问题。 无论我是添加了几个pod还是只添加了一个pod,这个错误似乎仍然存在。当我搜索的时候,我发现我不得不跑 pod install 或 pod update "some pod" 这两个建议都没有解决这个问题,即使在阅读pod更新的文档时,它似乎是必需的命令。 duplicate symbol 'leveldb::FilterPolicy::~FilterPolicy()' in:
/Users/garrettohara/Library/Developer/Xcode/DerivedData/B
> Ld
> /Users/ajaysivan/Library/Developer/Xcode/DerivedData/MyApp-fhlxfvymksoqhsglhalddkzaekrm/Build/Products/Debug-iphonesimulator/MyApp.app/MyApp
> normal x86_64 (in target 'MyApp' from project 'MyApp')
> cd /Users/ajaysivan/MyApp/OfflineUpgrade/MyApp-offline-app/io
我正在尝试 C库。我已经将这些文件添加到我的项目中,并创建了一个Objective-C文件来遵循github页面上的示例。我已经在桥接头中导入了Objc文件,但是当我编译
Ld /Users/nickporter/Library/Developer/Xcode/DerivedData/trinkeSwift-dhbvybojkdowcfffscchwxwgahyj/Build/Products/Debug-iphoneos/trinkeSwift.app/trinkeSwift normal arm64
cd /Users/nickporter/Developer/trinkeSwif
我正在包含我的另一个项目,即使我包含了所有需要的库,我也得到了这个错误。
以下是错误详细信息:
Ld /Users/alialzahrani/Library/Developer/Xcode/DerivedData/IMS3-ezltqoccjhjpvuakngozvwcsppvh/Build/Products/Debug-iphoneos/IMS3.app/IMS3 normal armv7
cd /Users/alialzahrani/Desktop/IMSFolder/mydoubs/iPhone/idoubs/branches/2.0/IMS3
setenv IPHONE
新的react原生项目可以通过react-native run-ios在设备上运行,但不能在Xcode10上运行。
当我构建项目时,它得到了这个错误。
ld: warning: directory not found for option '-L/Users/viatick/Library/Developer/Xcode/DerivedData/BMSHelper-ehajbfildwyjzqgtszurmsvheorm/Build/Products/Debug-iphoneos/DoubleConversion'
ld: warning: directory not foun
我在Xcode 8上使用swift创建了框架,并得到了以下错误。我正在使用sqlite3,为此,我在项目中创建了module/module.map文件,并更新了快速编译器搜索路径。
误差
CompileSwift normal x86_64 /Users/xxxxx/Documents/WorkSpace/TestFrame/TestFrame/CatalogDBManager.swift
cd /Users/xxxxx/Documents/WorkSpace/TestFrame
/Applications/Xcode.app/Contents/Developer/Toolch
我已经在论坛上问过问题了。获取错误如下
ld: 8 duplicate symbols for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
下面是更多的错误描述
ld: warning: directory not found for option '-L/Users/Documents/Sprint1/iPhone/MyApplication/MyApplication/lib/lib'
ld: warning: direct
我得到一个链接器错误为我创建的AVL树,我试图在我的项目中使用。如果我去掉与AVLTree.h文件相关的所有代码,错误就会消失,但当我将它包含在其他文件中时,我会得到这个链接器错误。有谁知道是什么导致了这种类型的错误,以及如何修复它?我已经在上面开了一个小时了,网上的信息很模糊。
Ld /Users/DRizzuto/Library/Developer/Xcode/DerivedData/Pray4theA_SearchEngine-ddqogmeidbenmlefgoskzfkivrml/Build/Products/Debug/Pray4theA_SearchEngine normal x
我试图从中插入SoundCLoudApi,但在没有任何描述的情况下出现了clang错误:
Ld /Users/dimakorolcenko/Library/Developer/Xcode/DerivedData/scapitest-dbwrumaigeiklgcvrmtokdvcppfu/Build/Products/Debug-iphonesimulator/scapitest.app/scapitest normal i386
cd /Users/dimakorolcenko/Documents/SoundCloudIssues/scapitest
setenv MACOS
我得到了一个生成错误的反应-本机图标。我从他们的github站点执行了安装指令中的链接命令。该消息称,这些图标已经链接到该项目。
Ld /Users/rsanchez/Library/Developer/Xcode/DerivedData/NativeStarter-ddtqngxgxoergggtejjrwdqafazh/Build/Products/Debug-iphonesimulator/NativeStarter.app/NativeStarter普通x86_64 cd /Users/rsanchez/Development/NativeStarter.git/ios出口IPHON
我正在试验我认为是代码中的一个小变化,涉及到我的两个类和一个函数:
-(void) prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender
{
AvsAViewController.currentSpec = [[SearchSpecs alloc]init];
[sender setEnabled:NO];
}
现在,构建失败了,我得到了三个错误
1) Property 'currentSpec' not found on object of type 'AvsAViewControl
我在xcode中看到了这个错误,我不知道原因可能是什么。我不知道我是怎么引起这个问题的:
ld: warning: directory not found for option '-L2'
duplicate symbol _OBJC_IVAR_$_JVMenuPopoverViewController._vibrancyEffectView in:
/Users/DesarrolloOS/Library/Developer/Xcode/DerivedData/aplication-cturpddkzvdycrbrfxglegcvaepl/Build/Intermedi
我试图在Xcode13上运行一个项目,在运行了一个pod缓存之后--所有这些,删除派生数据,并运行一个pod更新。当我清理项目并构建它时,会出现以下错误:
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Alamofire' from project 'Pods')
cd /Users/aimoresa/MyProject-iOS/Pods
export DEVELOPER_DIR\=/Applications/Xcode.app
当我试图在X代码中部署到iPhone 4s时,我得到了以下异常。我想在X代码中构建应用程序,这样我就可以解决为什么Flutter应用程序在运行iOS 9.3的iPhone 4s设备上崩溃的问题。
Showing Recent Issues
Build target BoringSSL of project Pods with configuration Debug
Build target GTMSessionFetcher of project Pods with configuration Debug
Build target GoogleToolboxForMac of pro
我正在尝试将存储库建立在Travis上。我正在用我的叉子做实验。
在EKAlgorithmsApp内部,我有on测试捆绑测试目标,这在我的本地机器上非常好。然而,在Travis上,我看到了奇怪的错误消息,它阻止了成功构建项目:
2014-04-01 14:08:55.287 xctest[1551:303] The test bundle at /Users/travis/Library/Developer/Xcode/DerivedData/EKAlgorithmsApp-gsexyadvxwaizwcyfyqalajrgzrr/Build/Products/Debug/EKAlgorith
当我试图归档我的应用程序的新版本时,我遇到了一个错误,我无法弄清楚它是从哪里来的,以及如何修复它。
clang: error:链接器命令失败,退出代码1(使用-v查看调用)
这里的全部错误是:
Ld /Users/adrianvidican/Library/Developer/Xcode/DerivedData/app-dkxsgphkoxkxumbswtcudmwodhqz/Build/Products/Debug-iphonesimulator/app.app/app normal x86_64
cd /Users/adrianvidican/Downloads/Messenger
嗨,我找到了很多答案,但没有找到解决办法。在这里,我张贴我的错误,我正在得到。请帮我把这个处理掉。
Ld /Users/Rupesh/Library/Developer/Xcode/DerivedData/JEDI-fptiyjulpownybgfqknfffphqrvl/Build/Products/Debug-iphonesimulator/JEDI.app/JEDI normal i386
cd /Applications/XAMPP/xamppfiles/htdocs/bsharp/sites/default/iOS_Development/JEDI
export IPHONEOS_D
只有在编译项目以便在iOS设备上运行时,我才会收到此错误。有没有人遇到过类似的问题?我正在尝试在设备上运行我的项目。我几乎到处都找过了,也找不到解决方案。在这方面的任何帮助都将不胜感激。
Ld /Users/dapage/Library/Developer/Xcode/DerivedData/McKendree_University-clkfusicbtxoumeeuoisuduipobw/Build/Products/Debug-iphoneos/McKendree.app/McKendree normal armv7
cd /Users/dapage/Developer/works
我的应用程序在Chrome/Safari浏览器中运行良好,但是当我尝试从Xcode运行它时,会出现一个错误。只有在我通过cordova添加了网络信息之后,我才开始得到这个错误
另外,我使用的是cordova 4.3.0和Xcode 6.3.1。现在有什么办法可以克服这件事吗?
Xcode错误
Ld /Users/Default/Library/Developer/Xcode/DerivedData/blankApp-hkvrfpembsxtsxdafnzhlomraujc/Build/Products/Debug-iphoneos/blankApp.app/blankApp normal ar
我看不到哪里有循环定义或两个同名的文件,有人能告诉我如何阅读和理解这个链接器错误信息吗?
Ld /Users/jurgendictus/Library/Developer/Xcode/DerivedData/myMilesApp-fytkctapxamadqdmxvtpdexztqjr/Build/Products/Debug-iphonesimulator/myMilesApp.app/myMilesApp normal x86_64
cd /Users/jurgendictus/Dropbox/proggies/xCode/myMilesApp/myMilesApp
export IPHO
我只是试图让我的第一个XCTestCase实现,一切构建正常,但当我执行测试用例时,我面临一个“构建失败”:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_Node", referenced from:
objc-class-ref in Test01.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to se