nrikiji / cordova-line-login-plugin

A cordova plugin for easy implementation of LINE login using LineSDK.
Apache License 2.0
21 stars 23 forks source link

Xcode IOS Build Error No such module 'LineSDK' LineLogin.swift #18

Closed cakeboxsolutions closed 5 years ago

cakeboxsolutions commented 5 years ago

I try to build ios and have error say No such module 'LineSDK' in LineLogin.swift file

nrikiji commented 5 years ago

What is the version of xcode? Is LineSDK.framework set in "Linked Framework and Libraries"? Is "platform/ios/{PROJECT_NAME}/Plugins/cordova-line-login-plugin" correctly copied?

try platform update

$ ionic corodva platform rm ios
$ ionic cordova platform add ios@latest

or try plugin rm and add. Still it will not work?

cakeboxsolutions commented 5 years ago

What is the version of xcode? Is LineSDK.framework set in "Linked Framework and Libraries"? Is "platform/ios/{PROJECT_NAME}/Plugins/cordova-line-login-plugin" correctly copied?

try platform update

$ ionic corodva platform rm ios
$ ionic cordova platform add ios@latest

or try plugin rm and add. Still it will not work?

Is LineSDK.framework set in "Linked Framework and Libraries"? = YES Is "platform/ios/{PROJECT_NAME}/Plugins/cordova-line-login-plugin" correctly copied? = YES re-install platform = Still not work re-install plugins = Still not work

Xcode version 10.1

nrikiji commented 5 years ago

sorry... Would you please tell me the versions of node, cordova, npm?

cakeboxsolutions commented 5 years ago

sorry... Would you please tell me the versions of node, cordova, npm?

node v8.9.1 cordova 8.1.2 npm 5.6.0 ionic 3.19.1

cakeboxsolutions commented 5 years ago

https://imgur.com/a/y77AD2q

nrikiji commented 5 years ago

It is thought that it is caused by plugman that the following symbolic links are not copied. I deleted the framework symbolic link and responded. Please confirm. It is probably a solution.

cakeboxsolutions commented 5 years ago

It is thought that it is caused by plugman that the following symbolic links are not copied. I deleted the framework symbolic link and responded. Please confirm. It is probably a solution.

It fixed for me thank you.