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

More details for the build error for tag 1.6.2 #792

Open
lisafly2014 opened this issue Oct 5, 2023 · 2 comments
Open

More details for the build error for tag 1.6.2 #792

lisafly2014 opened this issue Oct 5, 2023 · 2 comments
Labels
bug triage Issues that need to be triaged

Comments

@lisafly2014
Copy link

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

  1. 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"
  2. run "pod install"
  3. build
  4. See error I described above

Expected behavior
No build error for 1.6.2

Screenshots
Screen Shot 2023-10-06 at 7 35 42 AM

Screen Shot 2023-10-06 at 7 36 08 AM

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.

@lisafly2014 lisafly2014 added bug triage Issues that need to be triaged labels Oct 5, 2023
@mdmathias
Copy link
Collaborator

Out of curiosity, does removing :binary => true succeed?

@mdmathias
Copy link
Collaborator

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.

1.6.1...1.6.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Issues that need to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants