Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podfile이 수정되지 않는 문제 #4

Open
SoheeLee opened this issue Jun 10, 2018 · 0 comments
Open

Podfile이 수정되지 않는 문제 #4

SoheeLee opened this issue Jun 10, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@SoheeLee
Copy link
Collaborator

SoheeLee commented Jun 10, 2018

iOS 구현에서 Cocoapods를 사용하여 sdk를 받아오고 있습니다. 관련 build setting은 현재(77c94f9) 다음과 같습니다.

[extern(iOS) Require("Source.Include", "NaverThirdPartyLogin/NaverThirdPartyLogin.h")]
[extern(iOS) Require("Cocoapods.Platform.Name", "ios")]
[extern(iOS) Require("Cocoapods.Platform.Version", "9.0")]
[extern(iOS) Require("Cocoapods.Podfile.Target", "pod 'naveridlogin-sdk-ios'")]

그러나 처음에 Podfile이

# Uncomment this line to define a global platform for your project
target 'fuse-naverlogin' do
  pod 'naveridlogin-sdk-ios'
end

와 같이 생성된 뒤, 플랫폼에 대한 build setting을 추가해도 더 이상 바뀌지 않습니다. build 후 다시 Podfile을

# Uncomment this line to define a global platform for your project
platform :ios, '9.0'

target 'fuse-naverlogin' do
  pod 'naveridlogin-sdk-ios'
end

와 같이 바꾸어주면 해결되지만, build할 때마다 podfile을 직접 수정해주어야한다는 문제가 있습니다.

@SoheeLee SoheeLee added the bug Something isn't working label Jun 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant