line / line-sdk-unity

Provides a modern way of implementing LINE APIs in Unity games, for iOS and Android.
https://developers.line.biz/
Apache License 2.0
117 stars 24 forks source link

Module 'LineSDKObjC' not found on Xcode Build #27

Closed KashiwamochiXR closed 4 years ago

KashiwamochiXR commented 4 years ago

Enviroment : Unity 2019.4.9f1 and 2019.3.15f1(same error) Xcode12.0 LineSDK for Unity 1.1.4 IOS13.0 and above iPhone11

Discription: When I build application made by unity with this SDK, I receive this error. "/Applications/UNITY/Completed/LineLoginTest2/Libraries/Plugins/iOS/LineSDK/LineSDKWrapper.m:29:9: Module 'LineSDKObjC' not found"

on LineSDKWrapper.m 29L.

I found a issue about same error, https://github.com/line/line-sdk-unity/issues/18 but in this issue,this error seems to be fixed by developer, ..but I am recieving error now.

what should I do?

onevcat commented 4 years ago

Hi,

Installing LINE SDK for Unity requires some environment set up to help the project automatically get the latest version of LINE SDK from GitHub. Please be sure to follow up on the installation guide here and here to set the project.

If everything is set, do you have any error when exporting your Unity project? It will help us to track down what exactly happens.

And if you are integrating by CocoaPods (which is the default choice), please remember to open the Unity-iPhone.xcworkspace instead of the original Unity-iPhone.xcodeproj file to build your project. CocoaPods manages the dependencies in the standalone workspace so you will not be able to find the framework in the original project.

Any further information is welcome!

KashiwamochiXR commented 4 years ago

omg, I missed CocoaPods requirements. I will try them. thanks!