yagiz / Bagel

a little native network debugging tool for iOS
Apache License 2.0
4.35k stars 317 forks source link

Mac OS App is not showing the status code #53

Closed NandoSalvaterra closed 3 years ago

NandoSalvaterra commented 4 years ago

I was using the Bagel Mac OS app since January and now, when a request is completed, it does not show the status code anymore

bug_bagel
okankurtulus commented 4 years ago

I think there is a compatibility issue with Xcode 11, lower versions didn't have this issue. Possible in next builds it will be ok

pmara84 commented 4 years ago

it is related to iOS 13, if your device is iOS 12 or lower it works fine

ShotaKashihara commented 4 years ago

I fixed this problem. If this Pull Request (#56) is merged, the status code will be show. If you can't wait for the merge, you can use the following fork.

pod 'Bagel', :git => 'https://github.com/ShotaKashihara/Bagel'
yagiz commented 4 years ago

@ShotaKashihara Awesome!

I accepted the PR. I'll prepare a new release soon.

mohpor commented 4 years ago

I have built the app from source (latest) and it still doesn't show status code for iOS 13+ devices. I have checked my git and I can confirm that the PR (#56) is merged in my local repo.

mohpor commented 4 years ago

My Bad, you actually have to update the iOS version not the mac app. In my case, (because the Pod has not been pushed to new version) I have pointed my pod to master branch of this repository and the problem is fixed.

alexn7 commented 4 years ago

My Bad, you actually have to update the iOS version not the mac app. In my case, (because the Pod has not been pushed to new version) I have pointed my pod to master branch of this repository and the problem is fixed.

I tried the same thing but it still doesn't work, do I need to do other in addition to make it work? This is what I've put in the Podfile:

pod 'Bagel', :git => 'https://github.com/yagiz/Bagel.git', :branch => 'master'

when I do a pod install, I see "installing Bagel 1.3.2", but I think it isn't correct

mohpor commented 4 years ago

Not really, as far as I remember it stopped working after some iOS updates. I'm using Swift Package Manager now and it works. See #61

omelnik commented 4 years ago

This issue is reproducible for me. The status codes are still not shown. Any suggestions how to fix this issue?

tsomaev commented 3 years ago

This issue still actual ... @yagiz

yagiz commented 3 years ago

This issue should be fixed with 1.4.0