You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Expected behavior
No build error for 1.6.2
Screenshots
Environment
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.
The text was updated successfully, but these errors were encountered: