Login
Login
Register
EasyAR Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
sample 的 SpatialMap轉ios xcode project 到手機上時會有錯誤
0
votes
asked
Jan 20, 2020
by
ethanlin
(
120
points)
unity 開啟 EasyARSenseUnityPlugin_4.0.0-final_Samples_2020-01-16 裡面的 SpatialMap sample 輸出 xcode 專案,我連接手機 PLAY後出現兩個錯誤訊息:
1) Undefined symbol: _OBJC_CLASS_$_ARSession
2) Undefined symbol: _OBJC_CLASS_$_ARWorldTrackingConfiguration
Please
log in
or
register
to answer this question.
1 Answer
0
votes
answered
Jan 20, 2020
by
kenn
(
18,790
points)
You need to add ARKit.framework (add as optional) to XCode project.
commented
Jan 20, 2020
by
ethanlin
(
120
points)
thank you so much
Please
log in
or
register
to add a comment.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...