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

Use of undeclared identifier 'LineSDKLoginManager' #38

Closed cakeboxsolutions closed 4 years ago

cakeboxsolutions commented 4 years ago

I get Error: Use of undeclared identifier 'LineSDKLoginManager' in AppDelegate+LineLogin.m https://imgur.com/a/u07bcYk

Please help me. I try to fix it around 7hours T T

nrikiji commented 4 years ago

Can you tell me the version of cordova, cordova-ios, ionic because I want to try it?

nrikiji commented 4 years ago

I would also like to know the xcode version.

cakeboxsolutions commented 4 years ago

This is info when run cmd - ionic info

@ionic/cli-utils  : 1.19.1
ionic (Ionic CLI) : 3.19.1

global packages:

cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1) 

local packages:

@ionic/app-scripts : 2.0.2
Cordova Platforms  : ios 4.5.5
Ionic Framework    : ionic-angular 3.5.3

System:

Node  : v10.16.3
npm   : 6.9.0 
OS    : macOS
cakeboxsolutions commented 4 years ago

I use Swift 4 also.

nrikiji commented 4 years ago

Is carthage installed? If you don't try, I want you to try ionic cordova prepare ios

nrikiji commented 4 years ago
スクリーンショット 2019-09-04 1 58 25

Captured things should have been added to Linked Framework and libray. My Build is Success.

nrikiji commented 4 years ago

If this succeeds, my procedure may be incomplete ...

cakeboxsolutions commented 4 years ago

Is carthage installed? If you don't try, I want you to try ionic cordova prepare ios

Very thank for this comment before I have carthage version 3.2.0 And i try to upgrade carthage to version 3.3.0 it's work !!! Very Sorry for mission this Requirement https://github.com/nrikiji/cordova-plugin-carthage-support https://github.com/akofman/cordova-plugin-add-swift-support Carthage(>= 0.3.3)

Oh my god!

Thank for save me to night.

nrikiji commented 4 years ago

Oh...sorry

Is ionic cordova prepare ios not a mandatory command? It seems better to carthage update at the time of plugin add and platform add...

I would like to confirm and correct.

cakeboxsolutions commented 4 years ago

Oh...sorry

Is ionic cordova prepare ios not a mandatory command? It seems better to carthage update at the time of plugin add and platform add...

I would like to confirm and correct.

brew update && brew upgrade carthage ionic cordova platform remove ios ionic cordova platform add ios

nrikiji commented 4 years ago

fix https://github.com/nrikiji/cordova-plugin-carthage-support/pull/3