You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file was built for x86_64 which is not the architecture being linked (arm64):error: linker command failed with exit code 1 (use -v to see invocation)
#3877
Closed
RamNalluri opened this issue
Mar 1, 2019
· 2 comments
Added Chats.framework in base project(MizeFoundationFramework). Using base project as pod for Test projects(CxCloud).
Able to run the Test project in simulator, where as when tried to run the same on device getting below error
ld: warning: ignoring file /Users/rambabunalluri/WorkSpace/CxCloud/Mar-2019/02-03-2019/CXCloud-iOS/Pods/MizeFoundationFramework/Charts.framework/Charts, file was built for x86_64 which is not the architecture being linked (arm64): /Users/rambabunalluri/WorkSpace/CxCloud/Mar-2019/02-03-2019/CXCloud-iOS/Pods/MizeFoundationFramework/Charts.framework/Charts
Undefined symbols for architecture arm64:
"OBJC_CLASS$__TtC6Charts13LineChartData", referenced from:
objc-class-ref in libMizeFoundationFramework.a(MZLineGraphTableViewCell.o)
"OBJC_CLASS$__TtC6Charts16LineChartDataSet", referenced from:
objc-class-ref in libMizeFoundationFramework.a(MZLineGraphTableViewCell.o)
"OBJC_CLASS$__TtC6Charts14ChartLimitLine", referenced from:
objc-class-ref in libMizeFoundationFramework.a(MZLineGraphTableViewCell.o)
"OBJC_CLASS$__TtC6Charts14ChartDataEntry", referenced from:
objc-class-ref in libMizeFoundationFramework.a(MZLineGraphTableViewCell.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Tried below mechanisms but could not work. Please help on this
Added --->architecture x86_64 : Not worked.
Build Active Architecture Only : (Tried both YES & NO) : Not worked.
Added in Valid architecture x86_64 : Not Worked.
The text was updated successfully, but these errors were encountered:
Added Chats.framework in base project(MizeFoundationFramework). Using base project as pod for Test projects(CxCloud).
Able to run the Test project in simulator, where as when tried to run the same on device getting below error
ld: warning: ignoring file /Users/rambabunalluri/WorkSpace/CxCloud/Mar-2019/02-03-2019/CXCloud-iOS/Pods/MizeFoundationFramework/Charts.framework/Charts, file was built for x86_64 which is not the architecture being linked (arm64): /Users/rambabunalluri/WorkSpace/CxCloud/Mar-2019/02-03-2019/CXCloud-iOS/Pods/MizeFoundationFramework/Charts.framework/Charts
Undefined symbols for architecture arm64:
"OBJC_CLASS$__TtC6Charts13LineChartData", referenced from:
objc-class-ref in libMizeFoundationFramework.a(MZLineGraphTableViewCell.o)
"OBJC_CLASS$__TtC6Charts16LineChartDataSet", referenced from:
objc-class-ref in libMizeFoundationFramework.a(MZLineGraphTableViewCell.o)
"OBJC_CLASS$__TtC6Charts14ChartLimitLine", referenced from:
objc-class-ref in libMizeFoundationFramework.a(MZLineGraphTableViewCell.o)
"OBJC_CLASS$__TtC6Charts14ChartDataEntry", referenced from:
objc-class-ref in libMizeFoundationFramework.a(MZLineGraphTableViewCell.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Tried below mechanisms but could not work. Please help on this
Added --->architecture x86_64 : Not worked.
Build Active Architecture Only : (Tried both YES & NO) : Not worked.
Added in Valid architecture x86_64 : Not Worked.
The text was updated successfully, but these errors were encountered: