AppAuth-iOS
AppAuth-iOS copied to clipboard
More details for the build error for tag 1.6.2
Describe the bug The usage for the AppAuth tag 1.6.2 is as below:
pod 'AppAuth', '= 1.6.2', :binary => true
After using "Pod install" and build my project I can see the build error "OIDTVAuthorizationRequest.h" file not found in AppAuthTV.h
Other module of my project using "@import AppAuth;" will show " Could not build module 'AppAuth' "
Please refer to the screenshots I attached.
After changing the version to "1.6.1" for the above bold line, there's no build error.
To Reproduce
- Go to Podfile in my project file and then update the version 1.6.2, with the exact usage "pod 'AppAuth', '= 1.6.2', :binary => true"
- run "pod install"
- build
- See error I described above
Expected behavior No build error for 1.6.2
Screenshots
Environment
- Device: [ MacBook Pro, XCode]
- OS: [macOS 12.5 Monterey , XCode 14.2 ]
Additional context When I saw the build error with 1.6.2 on my own macbook XCode, i also build the same branch on my company remote Azure Jenkins build environment, which produces the same build error.
After changing to 1.6.1 for AppAuth, both my local XCode build and remote Jenkins build could both build successfully.
Out of curiosity, does removing :binary => true succeed?
Also, fWIW, this is the diff between 1.6.1 and 1.6.2. I can't see anything there that would be the cause of this on AppAuth's side.
https://github.com/openid/AppAuth-iOS/compare/1.6.1...1.6.2