flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
163.56k stars 26.9k forks source link

Video Player on iOS bug #60791

Closed m-rahme closed 4 years ago

m-rahme commented 4 years ago

Steps to Reproduce

  1. Run the video player example on ANY ios device
  2. Run the code
  3. Pause the video
  4. Pull down notification center, or the control center or even quit the app and go back in
  5. A grey or white screen appears on top of the video
  6. Click play again and the video resumes

Expected results:

I expect to not have a white screen on top of the video. This only happens when the video is paused.

Please, I need a fix ASAP. It's been years now and I'm just surprised how no one has every reported this issue!

Logs ``` [ +15 ms] executing: [/Users/michelrahme/FlutterProjects/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +31 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 5f21edf8b66e31a39133177319414395cc5b5f48 [ ] executing: [/Users/michelrahme/FlutterProjects/flutter/] git tag --contains HEAD [ +139 ms] Exit code 0 from: git tag --contains HEAD [ +2 ms] 1.17.2 1.17.3 1.17.4 [ +6 ms] executing: [/Users/michelrahme/FlutterProjects/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/Users/michelrahme/FlutterProjects/flutter/] git ls-remote --get-url origin [ +7 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +63 ms] executing: [/Users/michelrahme/FlutterProjects/flutter/] git rev-parse --abbrev-ref HEAD [ +8 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +4 ms] executing: sw_vers -productName [ +11 ms] Exit code 0 from: sw_vers -productName [ ] Mac OS X [ ] executing: sw_vers -productVersion [ +14 ms] Exit code 0 from: sw_vers -productVersion [ ] 10.15.5 [ ] executing: sw_vers -buildVersion [ +11 ms] Exit code 0 from: sw_vers -buildVersion [ ] 19F101 [ +19 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ +6 ms] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +13 ms] executing: /Users/michelrahme/Library/Android/sdk/platform-tools/adb devices -l [ +5 ms] executing: /usr/bin/xcode-select --print-path [ +8 ms] Exit code 0 from: /usr/bin/xcode-select --print-path [ +1 ms] /Applications/Xcode.app/Contents/Developer [ +1 ms] executing: /usr/bin/xcodebuild -version [ +95 ms] Exit code 0 from: /usr/bin/xcodebuild -version [ ] Xcode 11.5 Build version 11E608c [ +1 ms] executing: xcrun --find xcdevice [ +5 ms] Exit code 0 from: xcrun --find xcdevice [ ] /Applications/Xcode.app/Contents/Developer/usr/bin/xcdevice [ ] executing: xcrun xcdevice list --timeout 2 [ +2 ms] /usr/bin/xcrun simctl list --json devices [ ] executing: /usr/bin/xcrun simctl list --json devices [ +37 ms] List of devices attached [ +62 ms] { "devices" : { "com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [ { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/D7296DCC-7D01-4FAF-8D7D-272CA4FE6046\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/D7296DCC-7D01-4FAF-8D7D-272CA4FE6046", "udid" : "D7296DCC-7D01-4FAF-8D7D-272CA4FE6046", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", "state" : "Shutdown", "name" : "Apple TV" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/E0B031D0-E85F-483D-95CC-84D272BB2DF2\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/E0B031D0-E85F-483D-95CC-84D272BB2DF2", "udid" : "E0B031D0-E85F-483D-95CC-84D272BB2DF2", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K", "state" : "Shutdown", "name" : "Apple TV 4K" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/CDED4D80-9D9E-47FD-B5E6-B6AE33D7684C\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/CDED4D80-9D9E-47FD-B5E6-B6AE33D7684C", "udid" : "CDED4D80-9D9E-47FD-B5E6-B6AE33D7684C", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p)" } ], "com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [ { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/AD726CD2-E398-4AB3-8F10-A8D99132D470\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/AD726CD2-E398-4AB3-8F10-A8D99132D470", "udid" : "AD726CD2-E398-4AB3-8F10-A8D99132D470", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 4 - 40mm" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/BB3F340E-5489-493D-A836-CF9AF1F18848\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/BB3F340E-5489-493D-A836-CF9AF1F18848", "udid" : "BB3F340E-5489-493D-A836-CF9AF1F18848", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 4 - 44mm" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/A1947690-0871-48D3-9003-4181EF2B7A08\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/A1947690-0871-48D3-9003-4181EF2B7A08", "udid" : "A1947690-0871-48D3-9003-4181EF2B7A08", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/A05E4DED-D734-4799-9A8A-E7672E5F9A6E\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/A05E4DED-D734-4799-9A8A-E7672E5F9A6E", "udid" : "A05E4DED-D734-4799-9A8A-E7672E5F9A6E", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" } ], "com.apple.CoreSimulator.SimRuntime.iOS-13-5" : [ { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/3E3D1FA7-4ECD-418A-9EE5-4C22FC9A94AA\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/3E3D1FA7-4ECD-418A-9EE5-4C22FC9A94AA", "udid" : "3E3D1FA7-4ECD-418A-9EE5-4C22FC9A94AA", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/B5E12A8A-D3CB-4D9C-9843-AF6A8CE0F763\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/B5E12A8A-D3CB-4D9C-9843-AF6A8CE0F763", "udid" : "B5E12A8A-D3CB-4D9C-9843-AF6A8CE0F763", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/138474BF-5CF5-46BD-A161-E96275D8E17C\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/138474BF-5CF5-46BD-A161-E96275D8E17C", "udid" : "138474BF-5CF5-46BD-A161-E96275D8E17C", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/434DCAC5-51D3-42D1-8C18-2D57A0A47F51\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/434DCAC5-51D3-42D1-8C18-2D57A0A47F51", "udid" : "434DCAC5-51D3-42D1-8C18-2D57A0A47F51", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/E73D5C54-4BC8-4150-A200-DB33873E00C3\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/E73D5C54-4BC8-4150-A200-DB33873E00C3", "udid" : "E73D5C54-4BC8-4150-A200-DB33873E00C3", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max", "state" : "Shutdown", "name" : "iPhone 11 Pro Max" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/58A70AD9-267B-4BBE-9626-2EAD110482C4\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/58A70AD9-267B-4BBE-9626-2EAD110482C4", "udid" : "58A70AD9-267B-4BBE-9626-2EAD110482C4", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/77B6C523-78C0-470F-99FC-277124EFEC16\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/77B6C523-78C0-470F-99FC-277124EFEC16", "udid" : "77B6C523-78C0-470F-99FC-277124EFEC16", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-", "state" : "Shutdown", "name" : "iPad Pro (9.7-inch)" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/20CDFCBA-1A0F-40DF-8203-4580E025BFAB\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/20CDFCBA-1A0F-40DF-8203-4580E025BFAB", "udid" : "20CDFCBA-1A0F-40DF-8203-4580E025BFAB", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-", "state" : "Shutdown", "name" : "iPad (7th generation)" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/D14562DB-CF1D-4038-B7BD-374445D2B8D2\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/D14562DB-CF1D-4038-B7BD-374445D2B8D2", "udid" : "D14562DB-CF1D-4038-B7BD-374445D2B8D2", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (2nd generation)" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/08BF0329-B3F2-4192-B62B-A5CDD957E924\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/08BF0329-B3F2-4192-B62B-A5CDD957E924", "udid" : "08BF0329-B3F2-4192-B62B-A5CDD957E924", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (4th generation)" }, { "dataPath" : "\/Users\/michelrahme\/Library\/Developer\/CoreSimulator\/Devices\/63C706D7-A9AE-4F79-A407-6789EA4B92C0\/data", "logPath" : "\/Users\/michelrahme\/Library\/Logs\/CoreSimulator\/63C706D7-A9AE-4F79-A407-6789EA4B92C0", "udid" : "63C706D7-A9AE-4F79-A407-6789EA4B92C0", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-", "state" : "Shutdown", "name" : "iPad Air (3rd generation)" } ] } } [+2358 ms] [ { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,5", "identifier" : "E73D5C54-4BC8-4150-A200-DB33873E00C3", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-pro-max-1", "modelName" : "iPhone 11 Pro Max", "name" : "iPhone 11 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "6.2.1 (17T531)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,4", "identifier" : "A05E4DED-D734-4799-9A8A-E7672E5F9A6E", "architecture" : "i386", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 44mm", "name" : "Apple Watch Series 5 - 44mm" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,3", "identifier" : "434DCAC5-51D3-42D1-8C18-2D57A0A47F51", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-pro-1", "modelName" : "iPhone 11 Pro", "name" : "iPhone 11 Pro" }, { "simulator" : false, "operatingSystemVersion" : "13.5.1 (17F80)", "interface" : "usb", "available" : true, "platform" : "com.apple.platform.iphoneos", "modelCode" : "iPhone12,3", "identifier" : "00008030-001269C01446802E", "architecture" : "arm64e", "modelUTI" : "com.apple.iphone-11-pro-1", "modelName" : "iPhone 11 Pro", "name" : "iPhone" }, { "simulator" : false, "operatingSystemVersion" : "6.2.6 (17T620)", "interface" : "proxied", "available" : true, "platform" : "com.apple.platform.watchos", "modelCode" : "Watch4,2", "identifier" : "00008006-000C192C3C11002E", "architecture" : "arm64_32", "modelUTI" : "com.apple.watch-series4-1", "modelName" : "Apple Watch Series 4", "name" : "Michel’s Apple Watch" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,5", "identifier" : "B5E12A8A-D3CB-4D9C-9843-AF6A8CE0F763", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-8-plus-2", "modelName" : "iPhone 8 Plus", "name" : "iPhone 8 Plus" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad11,3", "identifier" : "63C706D7-A9AE-4F79-A407-6789EA4B92C0", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-air3-wifi-1", "modelName" : "iPad Air (3rd generation)", "name" : "iPad Air (3rd generation)" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,8", "identifier" : "58A70AD9-267B-4BBE-9626-2EAD110482C4", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-se-1", "modelName" : "iPhone SE (2nd generation)", "name" : "iPhone SE (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "13.4 (17L255)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV6,2", "identifier" : "CDED4D80-9D9E-47FD-B5E6-B6AE33D7684C", "architecture" : "x86_64", "modelUTI" : "com.apple.apple-tv-4k", "modelName" : "Apple TV 4K (at 1080p)", "name" : "Apple TV 4K (at 1080p)" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,4", "identifier" : "3E3D1FA7-4ECD-418A-9EE5-4C22FC9A94AA", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-8-2", "modelName" : "iPhone 8", "name" : "iPhone 8" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad6,4", "identifier" : "77B6C523-78C0-470F-99FC-277124EFEC16", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba", "modelName" : "iPad Pro (9.7-inch)", "name" : "iPad Pro (9.7-inch)" }, { "simulator" : true, "operatingSystemVersion" : "13.4 (17L255)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV5,3", "identifier" : "D7296DCC-7D01-4FAF-8D7D-272CA4FE6046", "architecture" : "x86_64", "modelUTI" : "com.apple.apple-tv-4", "modelName" : "Apple TV", "name" : "Apple TV" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad8,9", "identifier" : "D14562DB-CF1D-4038-B7BD-374445D2B8D2", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-11-2nd-1", "modelName" : "iPad Pro (11-inch) (2nd generation)", "name" : "iPad Pro (11-inch) (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad8,12", "identifier" : "08BF0329-B3F2-4192-B62B-A5CDD957E924", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-12point9-4th-1", "modelName" : "iPad Pro (12.9-inch) (4th generation)", "name" : "iPad Pro (12.9-inch) (4th generation)" }, { "simulator" : true, "operatingSystemVersion" : "6.2.1 (17T531)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch4,4", "identifier" : "BB3F340E-5489-493D-A836-CF9AF1F18848", "architecture" : "i386", "modelUTI" : "com.apple.watch-series4-1", "modelName" : "Apple Watch Series 4 - 44mm", "name" : "Apple Watch Series 4 - 44mm" }, { "simulator" : true, "operatingSystemVersion" : "13.4 (17L255)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV6,2", "identifier" : "E0B031D0-E85F-483D-95CC-84D272BB2DF2", "architecture" : "x86_64", "modelUTI" : "com.apple.apple-tv-4k", "modelName" : "Apple TV 4K", "name" : "Apple TV 4K" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad7,12", "identifier" : "20CDFCBA-1A0F-40DF-8203-4580E025BFAB", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-7-wwan-1", "modelName" : "iPad (7th generation)", "name" : "iPad (7th generation)" }, { "simulator" : true, "operatingSystemVersion" : "6.2.1 (17T531)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch4,3", "identifier" : "AD726CD2-E398-4AB3-8F10-A8D99132D470", "architecture" : "i386", "modelUTI" : "com.apple.watch-series4-1", "modelName" : "Apple Watch Series 4 - 40mm", "name" : "Apple Watch Series 4 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "6.2.1 (17T531)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,3", "identifier" : "A1947690-0871-48D3-9003-4181EF2B7A08", "architecture" : "i386", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 40mm", "name" : "Apple Watch Series 5 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "13.5 (17F61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,1", "identifier" : "138474BF-5CF5-46BD-A161-E96275D8E17C", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-1", "modelName" : "iPhone 11", "name" : "iPhone 11" } ] 2020-07-02 17:46:27.975 xcdevice[40828:512973] DTDeviceKit: deviceType from 00008006-000C192C3C11002E was NULL [ +16 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ +3 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +72 ms] Found plugin flutter_vlc_player at /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_vlc_player-3.0.2/ [ +18 ms] Found plugin video_player at /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.11+2/ [ +7 ms] Found plugin video_player_web at /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.3+2/ [ +42 ms] Found plugin flutter_vlc_player at /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_vlc_player-3.0.2/ [ +15 ms] Found plugin video_player at /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.11+2/ [ +1 ms] Found plugin video_player_web at /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.3+2/ [ +46 ms] Generating /Users/michelrahme/FlutterProjects/video_feed_page/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +64 ms] Launching lib/main.dart on iPhone in debug mode... [ +5 ms] /Users/michelrahme/FlutterProjects/flutter/bin/cache/dart-sdk/bin/dart /Users/michelrahme/FlutterProjects/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/michelrahme/FlutterProjects/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names -Ddart.developer.causal_async_stacks=true --output-dill /var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/T/flutter_tool.EGUrTw/app.dill --packages /Users/michelrahme/FlutterProjects/video_feed_page/.packages -Ddart.vm.profile=false -Ddart.vm.product=false --bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/cache.dill [ +9 ms] executing: /usr/bin/plutil -convert json -o - /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/Info.plist [ +7 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/Info.plist [ ] {"UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientationPortrait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBundleIn foDictionaryVersion":"6.0","UIMainStoryboardFile":"Main","CFBundleVersion":"$(FLUTTER_BUILD_NUMBER)","UILaunchStoryboardName":"LaunchScreen","CFBundleExecutable":"$(EXECUTABLE_NAME)","LSRequiresIPhoneOS":true,"CFBundleShortVersionString":"$(FLUTTER_BUILD_NAME )","UISupportedInterfaceOrientations":["UIInterfaceOrientationPortrait","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"NSAppTransportSecurity":{"NSAllowsArbitraryLoads":true},"UIViewControllerBasedStatusBarAppearance":false,"CF BundleSignature":"????","CFBundlePackageType":"APPL","io.flutter.embedded_views_preview":true,"CFBundleDevelopmentRegion":"$(DEVELOPMENT_LANGUAGE)","CFBundleName":"videofeedpage"} ⣽[ +11 ms] executing: [/Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner.xcodeproj -target Runner -showBuildSettings [ ] executing: [/Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner.xcodeproj/] /usr/bin/xcodebuild -project /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner.xcodeproj -target Runner -showBuildSettings [ +13 ms] <- compile package:videofeedpage/main.dart ⡿[+1112 ms] Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner.xcodeproj -target Runner -showBuildSettings Build settings for action build and target Runner: ACTION = build AD_HOC_CODE_SIGNING_ALLOWED = NO ALTERNATE_GROUP = staff ALTERNATE_MODE = u+w,go-w,a+rX ALTERNATE_OWNER = michelrahme ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ALWAYS_SEARCH_USER_PATHS = NO ALWAYS_USE_SEPARATE_HEADERMAPS = NO APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer APPLE_INTERNAL_DIR = /AppleInternal APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools APPLICATION_EXTENSION_API_ONLY = NO APPLY_RULES_IN_COPY_FILES = NO APPLY_RULES_IN_COPY_HEADERS = NO ARCHS = armv7 arm64 ARCHS_STANDARD = armv7 arm64 ARCHS_STANDARD_32_64_BIT = armv7 arm64 ARCHS_STANDARD_32_BIT = armv7 ARCHS_STANDARD_64_BIT = arm64 ARCHS_STANDARD_INCLUDING_64_BIT = armv7 arm64 ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator BITCODE_GENERATION_MODE = marker BUILD_ACTIVE_RESOURCES_ONLY = NO BUILD_COMPONENTS = headers build BUILD_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios BUILD_LIBRARY_FOR_DISTRIBUTION = NO BUILD_ROOT = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios BUILD_STYLE = BUILD_VARIANTS = normal BUILT_PRODUCTS_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/ BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS BUNDLE_FORMAT = shallow BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks BUNDLE_PLUGINS_FOLDER_PATH = PlugIns BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers CACHE_ROOT = /var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/C/com.apple.DeveloperTools/11.5-11E608c/Xcode CCHROOT = /var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/C/com.apple.DeveloperTools/11.5-11E608c/Xcode CHMOD = /bin/chmod CHOWN = /usr/sbin/chown CLANG_ANALYZER_NONNULL = YES CLANG_CXX_LANGUAGE_STANDARD = c++11 CLANG_CXX_LIBRARY = libc++ CLANG_ENABLE_MODULES = YES CLANG_ENABLE_OBJC_ARC = YES CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES CLANG_WARN_BOOL_CONVERSION = YES CLANG_WARN_COMMA = YES CLANG_WARN_CONSTANT_CONVERSION = YES CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR CLANG_WARN_EMPTY_BODY = YES CLANG_WARN_ENUM_CONVERSION = YES CLANG_WARN_INFINITE_RECURSION = YES CLANG_WARN_INT_CONVERSION = YES CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES CLANG_WARN_OBJC_LITERAL_CONVERSION = YES CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR CLANG_WARN_RANGE_LOOP_ANALYSIS = YES CLANG_WARN_STRICT_PROTOTYPES = YES CLANG_WARN_SUSPICIOUS_MOVE = YES CLANG_WARN_UNREACHABLE_CODE = YES CLANG_WARN__DUPLICATE_METHOD_MATCH = YES CLASS_FILE_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/JavaClasses CLEAN_PRECOMPS = YES CLONE_HEADERS = NO CODESIGNING_FOLDER_PATH = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/Runner.app CODE_SIGNING_ALLOWED = YES CODE_SIGNING_REQUIRED = YES CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext CODE_SIGN_IDENTITY = iPhone Developer CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES COLOR_DIAGNOSTICS = NO COMBINE_HIDPI_IMAGES = NO COMPILER_INDEX_STORE_ENABLE = Default COMPOSITE_SDK_DIRS = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/CompositeSDKs COMPRESS_PNG_FILES = YES CONFIGURATION = Release CONFIGURATION_BUILD_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos CONFIGURATION_TEMP_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos CONTENTS_FOLDER_PATH = Runner.app COPYING_PRESERVES_HFS_DATA = NO COPY_HEADERS_RUN_UNIFDEF = NO COPY_PHASE_STRIP = NO COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator13.5 CP = /bin/cp CREATE_INFOPLIST_SECTION_IN_BINARY = NO CURRENT_ARCH = arm64 CURRENT_PROJECT_VERSION = 1 CURRENT_VARIANT = normal DEAD_CODE_STRIPPING = YES DEBUGGING_SYMBOLS = YES DEBUG_INFORMATION_FORMAT = dwarf-with-dsym DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0 DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions DEFINES_MODULE = NO DEPLOYMENT_LOCATION = NO DEPLOYMENT_POSTPROCESSING = NO DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min= DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 DERIVED_FILES_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources DERIVED_FILE_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources DERIVED_SOURCES_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/DerivedSources DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr DEVELOPMENT_LANGUAGE = en DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation DONT_GENERATE_INFOPLIST_FILE = NO DO_HEADER_SCANNING_IN_JAM = NO DSTROOT = /tmp/Runner.dst DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain DWARF_DSYM_FILE_NAME = Runner.app.dSYM DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO DWARF_DSYM_FOLDER_PATH = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos EFFECTIVE_PLATFORM_NAME = -iphoneos EMBEDDED_CONTENT_CONTAINS_SWIFT = NO EMBEDDED_PROFILE_NAME = embedded.mobileprovision EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO ENABLE_BITCODE = NO ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES ENABLE_HARDENED_RUNTIME = NO ENABLE_HEADER_DEPENDENCIES = YES ENABLE_NS_ASSERTIONS = NO ENABLE_ON_DEMAND_RESOURCES = YES ENABLE_STRICT_OBJC_MSGSEND = YES ENABLE_TESTABILITY = NO ENABLE_TESTING_SEARCH_PATHS = NO ENTITLEMENTS_ALLOWED = YES ENTITLEMENTS_DESTINATION = Signature ENTITLEMENTS_REQUIRED = YES EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj EXECUTABLES_FOLDER_PATH = Runner.app/Executables EXECUTABLE_FOLDER_PATH = Runner.app EXECUTABLE_NAME = Runner EXECUTABLE_PATH = Runner.app/Runner EXPANDED_CODE_SIGN_IDENTITY = EXPANDED_CODE_SIGN_IDENTITY_NAME = EXPANDED_PROVISIONING_PROFILE = FILE_LIST = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList FIXED_FILES_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/FixedFiles FLUTTER_APPLICATION_PATH = /Users/michelrahme/FlutterProjects/video_feed_page FLUTTER_BUILD_DIR = build FLUTTER_BUILD_NAME = 1.0.0 FLUTTER_BUILD_NUMBER = 1 FLUTTER_FRAMEWORK_DIR = /Users/michelrahme/FlutterProjects/flutter/bin/cache/artifacts/engine/ios FLUTTER_ROOT = /Users/michelrahme/FlutterProjects/flutter FLUTTER_TARGET = /Users/michelrahme/FlutterProjects/video_feed_page/lib/main.dart FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks FRAMEWORK_FLAG_PREFIX = -framework FRAMEWORK_SEARCH_PATHS = "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/flutter_vlc_player" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/video_player" "/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/../Flutter" "/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/flutter_vlc_player" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/video_player" "/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/../Flutter" "/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit" /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter FRAMEWORK_VERSION = A FULL_PRODUCT_NAME = Runner.app GCC3_VERSION = 3.3 GCC_C_LANGUAGE_STANDARD = gnu99 GCC_INLINES_ARE_PRIVATE_EXTERN = YES GCC_NO_COMMON_BLOCKS = YES GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++ GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 COCOAPODS=1 GCC_SYMBOLS_PRIVATE_EXTERN = YES GCC_THUMB_SUPPORT = YES GCC_TREAT_WARNINGS_AS_ERRORS = NO GCC_VERSION = com.apple.compilers.llvm.clang.1_0 GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0 GCC_WARN_64_TO_32_BIT_CONVERSION = YES GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR GCC_WARN_UNDECLARED_SELECTOR = YES GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE GCC_WARN_UNUSED_FUNCTION = YES GCC_WARN_UNUSED_VARIABLE = YES GENERATE_MASTER_OBJECT_FILE = NO GENERATE_PKGINFO_FILE = YES GENERATE_PROFILING_CODE = NO GENERATE_TEXT_BASED_STUBS = NO GID = 20 GROUP = staff HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES HEADERMAP_INCLUDES_PROJECT_HEADERS = YES HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES HEADERMAP_USES_VFS = NO HEADER_SEARCH_PATHS = "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/video_player/video_player.framework/Headers" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/video_player/video_player.framework/Headers" HIDE_BITCODE_SYMBOLS = YES HOME = /Users/michelrahme ICONV = /usr/bin/iconv INFOPLIST_EXPAND_BUILD_SETTINGS = YES INFOPLIST_FILE = Runner/Info.plist INFOPLIST_OUTPUT_FORMAT = binary INFOPLIST_PATH = Runner.app/Info.plist INFOPLIST_PREPROCESS = NO INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings INLINE_PRIVATE_FRAMEWORKS = NO INSTALLHDRS_COPY_PHASE = NO INSTALLHDRS_SCRIPT_PHASE = NO INSTALL_DIR = /tmp/Runner.dst/Applications INSTALL_GROUP = staff INSTALL_MODE_FLAG = u+w,go-w,a+rX INSTALL_OWNER = michelrahme INSTALL_PATH = /Applications INSTALL_ROOT = /tmp/Runner.dst IPHONEOS_DEPLOYMENT_TARGET = 8.0 JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8 JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub JAVA_ARCHIVE_CLASSES = YES JAVA_ARCHIVE_TYPE = JAR JAVA_COMPILER = /usr/bin/javac JAVA_FOLDER_PATH = Runner.app/Java JAVA_FRAMEWORK_RESOURCES_DIRS = Resources JAVA_JAR_FLAGS = cv JAVA_SOURCE_SUBDIR = . JAVA_USE_DEPENDENCIES = YES JAVA_ZIP_FLAGS = -urg JIKES_DEFAULT_FLAGS = +E +OLDCSO KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow KEEP_PRIVATE_EXTERNS = NO LD_DEPENDENCY_INFO_FILE = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat LD_GENERATE_MAP_FILE = NO LD_MAP_FILE_PATH = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt LD_NO_PIE = NO LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES LD_RUNPATH_SEARCH_PATHS = '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer LEX = lex LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions LIBRARY_FLAG_NOSPACE = YES LIBRARY_FLAG_PREFIX = -l LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions LIBRARY_SEARCH_PATHS = /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter LINKER_DISPLAYS_MANGLED_NAMES = NO LINK_FILE_LIST_normal_arm64 = LINK_FILE_LIST_normal_armv7 = LINK_WITH_STANDARD_LIBRARIES = YES LLVM_TARGET_TRIPLE_OS_VERSION = ios8.0 LLVM_TARGET_TRIPLE_VENDOR = apple LOCALIZABLE_CONTENT_DIR = LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString LOCALIZED_STRING_SWIFTUI_SUPPORT = YES LOCAL_ADMIN_APPS_DIR = /Applications/Utilities LOCAL_APPS_DIR = /Applications LOCAL_DEVELOPER_DIR = /Library/Developer LOCAL_LIBRARY_DIR = /Library LOCROOT = LOCSYMROOT = MACH_O_TYPE = mh_execute MAC_OS_X_PRODUCT_BUILD_VERSION = 19F101 MAC_OS_X_VERSION_ACTUAL = 101505 MAC_OS_X_VERSION_MAJOR = 101500 MAC_OS_X_VERSION_MINOR = 1505 METAL_LIBRARY_FILE_BASE = default METAL_LIBRARY_OUTPUT_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/Runner.app MODULES_FOLDER_PATH = Runner.app/Modules MODULE_CACHE_DIR = /Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex MTL_ENABLE_DEBUG_INFO = NO NATIVE_ARCH = armv7 NATIVE_ARCH_32_BIT = i386 NATIVE_ARCH_64_BIT = x86_64 NATIVE_ARCH_ACTUAL = x86_64 NO_COMMON = YES OBJECT_FILE_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects OBJECT_FILE_DIR_normal = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/Objects-normal OBJROOT = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios ONLY_ACTIVE_ARCH = NO OS = MACOS OSAC = /usr/bin/osacompile OTHER_LDFLAGS = -framework Flutter -framework Flutter OTHER_SWIFT_FLAGS = -D COCOAPODS -D COCOAPODS PACKAGE_TYPE = com.apple.package-type.wrapper.application PASCAL_STRINGS = YES PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/michelrahme/FlutterProjects/flutter/bin PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist PFE_FILE_C_DIALECTS = objective-c PKGINFO_FILE_PATH = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/PkgInfo PKGINFO_PATH = Runner.app/PkgInfo PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform PLATFORM_DISPLAY_NAME = iOS PLATFORM_NAME = iphoneos PLATFORM_PREFERRED_ARCH = arm64 PLATFORM_PRODUCT_BUILD_VERSION = 17F65 PLIST_FILE_OUTPUT_FORMAT = binary PLUGINS_FOLDER_PATH = Runner.app/PlugIns PODS_BUILD_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios PODS_CONFIGURATION_BUILD_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos PODS_PODFILE_DIR_PATH = /Users/michelrahme/FlutterProjects/video_feed_page/ios/. PODS_ROOT = /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES PRECOMP_DESTINATION_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders PRODUCT_BUNDLE_IDENTIFIER = com.example.videofeedpage PRODUCT_BUNDLE_PACKAGE_TYPE = APPL PRODUCT_MODULE_NAME = Runner PRODUCT_NAME = Runner PRODUCT_SETTINGS_PATH = /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/Info.plist PRODUCT_TYPE = com.apple.product-type.application PROFILING_CODE = NO PROJECT = Runner PROJECT_DERIVED_FILE_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/DerivedSources PROJECT_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/ios PROJECT_FILE_PATH = /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner.xcodeproj PROJECT_NAME = Runner PROJECT_TEMP_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build PROJECT_TEMP_ROOT = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios PROVISIONING_PROFILE_REQUIRED = YES PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES REMOVE_CVS_FROM_RESOURCES = YES REMOVE_GIT_FROM_RESOURCES = YES REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES REMOVE_HG_FROM_RESOURCES = YES REMOVE_SVN_FROM_RESOURCES = YES RESOURCE_RULES_REQUIRED = YES REZ_COLLECTOR_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources REZ_OBJECTS_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO SCRIPTS_FOLDER_PATH = Runner.app/Scripts SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk SDK_DIR_iphoneos13_5 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk SDK_NAME = iphoneos13.5 SDK_NAMES = iphoneos13.5 SDK_PRODUCT_BUILD_VERSION = 17F65 SDK_VERSION = 13.5 SDK_VERSION_ACTUAL = 130500 SDK_VERSION_MAJOR = 130000 SDK_VERSION_MINOR = 500 SED = /usr/bin/sed SEPARATE_STRIP = NO SEPARATE_SYMBOL_EDIT = NO SET_DIR_MODE_OWNER_GROUP = YES SET_FILE_MODE_OWNER_GROUP = NO SHALLOW_BUNDLE = YES SHARED_DERIVED_FILE_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos/DerivedSources SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks SHARED_PRECOMPS_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/SharedPrecompiledHeaders SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport SKIP_INSTALL = NO SOURCE_ROOT = /Users/michelrahme/FlutterProjects/video_feed_page/ios SRCROOT = /Users/michelrahme/FlutterProjects/video_feed_page/ios STRINGS_FILE_OUTPUT_ENCODING = binary STRIP_BITCODE_FROM_COPIED_FILES = YES STRIP_INSTALLED_PRODUCT = YES STRIP_STYLE = all STRIP_SWIFT_SYMBOLS = YES SUPPORTED_DEVICE_FAMILIES = 1,2 SUPPORTED_PLATFORMS = iphoneos SUPPORTS_MACCATALYST = NO SUPPORTS_TEXT_BASED_API = NO SWIFT_COMPILATION_MODE = wholemodule SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h SWIFT_OPTIMIZATION_LEVEL = -O SWIFT_PLATFORM_TARGET_PREFIX = ios SWIFT_VERSION = 5.0 SYMROOT = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities SYSTEM_APPS_DIR = /Applications SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices SYSTEM_DEMOS_DIR = /Applications/Extras SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions SYSTEM_DOCUMENTATION_DIR = /Library/Documentation SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions SYSTEM_LIBRARY_DIR = /System/Library TAPI_VERIFY_MODE = ErrorsOnly TARGETED_DEVICE_FAMILY = 1,2 TARGETNAME = Runner TARGET_BUILD_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Release-iphoneos TARGET_NAME = Runner TARGET_TEMP_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_FILES_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_FILE_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Runner.build/Release-iphoneos/Runner.build TEMP_ROOT = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios TEST_FRAMEWORK_SEARCH_PATHS = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks TEST_LIBRARY_SEARCH_PATHS = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain TRACK_WIDGET_CREATION = true TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO UID = 501 UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app UNSTRIPPED_PRODUCT = NO USER = michelrahme USER_APPS_DIR = /Users/michelrahme/Applications USER_LIBRARY_DIR = /Users/michelrahme/Library USE_DYNAMIC_NO_PIC = YES USE_HEADERMAP = YES USE_HEADER_SYMLINKS = NO USE_LLVM_TARGET_TRIPLES = YES USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES USE_LLVM_TARGET_TRIPLES_FOR_LD = YES USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES VALIDATE_PRODUCT = YES VALIDATE_WORKSPACE = NO VALID_ARCHS = arm64 arm64e armv7 armv7s VERBOSE_PBXCP = NO VERSIONING_SYSTEM = apple-generic VERSIONPLIST_PATH = Runner.app/version.plist VERSION_INFO_BUILDER = michelrahme VERSION_INFO_FILE = Runner_vers.c VERSION_INFO_STRING = "@(#)PROGRAM:Runner PROJECT:Runner-1" WRAPPER_EXTENSION = app WRAPPER_NAME = Runner.app WRAPPER_SUFFIX = .app WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode XCODE_PRODUCT_BUILD_VERSION = 11E608c XCODE_VERSION_ACTUAL = 1150 XCODE_VERSION_MAJOR = 1100 XCODE_VERSION_MINOR = 1150 XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices YACC = yacc arch = arm64 variant = normal 2020-07-02 17:46:31.057 xcodebuild[40835:513135] DTDeviceKit: deviceType from 00008006-000C192C3C11002E was NULL 2020-07-02 17:46:31.165 xcodebuild[40835:513069] [MT] DTDeviceKit: deviceType from 00008006-000C192C3C11002E was NULL 2020-07-02 17:46:31.167 xcodebuild[40835:513069] [MT] DTDeviceKit: deviceType from 00008006-000C192C3C11002E was NULL 2020-07-02 17:46:31.170 xcodebuild[40835:513069] [MT] DTDeviceKit: deviceType from 00008006-000C192C3C11002E was NULL [ +44 ms] Building Runner.app for 00008030-001269C01446802E [ +25 ms] executing: [/Users/michelrahme/FlutterProjects/video_feed_page/ios/] /usr/bin/xcodebuild -list [ +880 ms] Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -list Information about project "Runner": Targets: Runner Build Configurations: Debug Release Profile If no build configuration is specified and -scheme is not passed then "Release" is used. Schemes: Runner [ +8 ms] executing: which security [ +3 ms] executing: which openssl [ +3 ms] executing: security find-identity -p codesigning -v [ +45 ms] 1) 426AAF377541847A5977E6962FE1A0EF38C4D2FD "Apple Development: michel.rahmeh@gmail.com (ZW4CSWA8ST)" 1 valid identities found [ +2 ms] Signing iOS app for device deployment using developer identity: "Apple Development: michel.rahmeh@gmail.com (ZW4CSWA8ST)" [ ] executing: security find-certificate -c ZW4CSWA8ST -p [ +19 ms] -----BEGIN CERTIFICATE----- MIIFujCCBKKgAwIBAgIIf/FC3nuEoo4wDQYJKoZIhvcNAQELBQAwgZYxCzAJBgNV BAYTAlVTMRMwEQYDVQQKDApBcHBsZSBJbmMuMSwwKgYDVQQLDCNBcHBsZSBXb3Js ZHdpZGUgRGV2ZWxvcGVyIFJlbGF0aW9uczFEMEIGA1UEAww7QXBwbGUgV29ybGR3 aWRlIERldmVsb3BlciBSZWxhdGlvbnMgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkw HhcNMjAwNjAxMTUzODI5WhcNMjEwNjAxMTUzODI5WjCBmDEaMBgGCgmSJomT8ixk AQEMCjQ0R1c1QTdONkMxQDA+BgNVBAMMN0FwcGxlIERldmVsb3BtZW50OiBtaWNo ZWwucmFobWVoQGdtYWlsLmNvbSAoWlc0Q1NXQThTVCkxEzARBgNVBAsMClFOMzgz OEI1NDUxFjAUBgNVBAoMDW1pY2hlbCByYWhtZWgxCzAJBgNVBAYTAlVTMIIBIjAN BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAugomxC6946BrKqbrBxR4aDt6aoim zPlukgZLhUaPLeio1JkKPbhrBcquPKxKf1REoOeUXon2L1ZNsqr4OMH+xCmRqukD JaEAGumeJkEOyQORqXwp45nQctWqJJask1LY/1z6ZWbmD/6eqA8REWHDMhhrQh07 Zx1WA1vi/9CYnNI+WrbNC0CgVLMKk7jvdh8Jofx8NGFneghH/1l+468Hd5Vl+Y6o h/0e04VNhEgXZv4KXjjKAJOG63rvJtv6IiQvRMo4zCTbLAixzCdYLvbzYmLyNnEE lXbTrDdJ+5Q+13hnMda4y+7TPW4wvlKqdh0Xaq0iPYFMfJ3Lr9W0lOKtXQIDAQAB o4ICBjCCAgIwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBSIJxcJqbYYYIvs67r2 R1nFUlSjtzA/BggrBgEFBQcBAQQzMDEwLwYIKwYBBQUHMAGGI2h0dHA6Ly9vY3Nw LmFwcGxlLmNvbS9vY3NwMDMtd3dkcjE5MIIBHQYDVR0gBIIBFDCCARAwggEMBgkq hkiG92NkBQEwgf4wgcMGCCsGAQUFBwICMIG2DIGzUmVsaWFuY2Ugb24gdGhpcyBj ZXJ0aWZpY2F0ZSBieSBhbnkgcGFydHkgYXNzdW1lcyBhY2NlcHRhbmNlIG9mIHRo ZSB0aGVuIGFwcGxpY2FibGUgc3RhbmRhcmQgdGVybXMgYW5kIGNvbmRpdGlvbnMg b2YgdXNlLCBjZXJ0aWZpY2F0ZSBwb2xpY3kgYW5kIGNlcnRpZmljYXRpb24gcHJh Y3RpY2Ugc3RhdGVtZW50cy4wNgYIKwYBBQUHAgEWKmh0dHA6Ly93d3cuYXBwbGUu Y29tL2NlcnRpZmljYXRlYXV0aG9yaXR5LzAWBgNVHSUBAf8EDDAKBggrBgEFBQcD AzAdBgNVHQ4EFgQUR7Z7P7ipvEWd1/aj32OIsXMv6EswDgYDVR0PAQH/BAQDAgeA MBMGCiqGSIb3Y2QGAQIBAf8EAgUAMBMGCiqGSIb3Y2QGAQwBAf8EAgUAMA0GCSqG SIb3DQEBCwUAA4IBAQDHtRxsS/g7QfXLvqv35POgshFVza6Ojjy4s5DBUUYHEdIF NEsjnZD4VEyZ9TT/hrB66LIVs2o0YxQtxDe50HwAPqkBJegENInLq8Wn91jkfvcq SVBcFfcKs/l/RzI+bUtkIBv2EJvffxAHPgsQYURGZMwscXskLtXiMNTbloNQli4K ++AINrH7fM27u5XRaq4ZaWCwqI7zFVCMlGw5e4lWvvoh62ufbW9AN8pSnIvYle6W NTfXA1KtLo7CqCU8bJQif+Tuw8bjFLVT79sQ27DGd1qJTgorznYAQhxB7K7FCa7e cO5BT7R7Q9kJ0Wbnoat7f7+6R0+Vxhk+91eDtO0p -----END CERTIFICATE----- [ ] executing: openssl x509 -subject [ +44 ms] Found plugin flutter_vlc_player at /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_vlc_player-3.0.2/ [ +9 ms] Found plugin video_player at /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.11+2/ [ +1 ms] Found plugin video_player_web at /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player_web-0.1.3+2/ [ +32 ms] executing: mkfifo /var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/T/flutter_build_log_pipe.lwTHKY/pipe_to_stdout [ +5 ms] Exit code 0 from: mkfifo /var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/T/flutter_build_log_pipe.lwTHKY/pipe_to_stdout [ +3 ms] Running Xcode build... [ +1 ms] executing: [/Users/michelrahme/FlutterProjects/video_feed_page/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES DEVELOPMENT_TEAM=QN3838B545 -allowProvisioningUpdates -allowProvisioningDeviceRegistration -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios -sdk iphoneos ONLY_ACTIVE_ARCH=YES ARCHS=arm64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/T/flutter_build_log_pipe.lwTHKY/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO [+10201 ms] Running Xcode build... (completed in 10,195ms, longer than expected) [ ] └─Compiling, linking and signing... [+6323 ms] Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES DEVELOPMENT_TEAM=QN3838B545 -allowProvisioningUpdates -allowProvisioningDeviceRegistration -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios -sdk iphoneos ONLY_ACTIVE_ARCH=YES ARCHS=arm64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/T/flutter_build_log_pipe.lwTHKY/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO Build settings from command line: ARCHS = arm64 BUILD_DIR = /Users/michelrahme/FlutterProjects/video_feed_page/build/ios COMPILER_INDEX_STORE_ENABLE = NO DEVELOPMENT_TEAM = QN3838B545 FLUTTER_SUPPRESS_ANALYTICS = true ONLY_ACTIVE_ARCH = YES SCRIPT_OUTPUT_STREAM_FILE = /var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/T/flutter_build_log_pipe.lwTHKY/pipe_to_stdout SDKROOT = iphoneos13.5 VERBOSE_SCRIPT_LOGGING = YES note: Using new build system note: Building targets in parallel note: Planning build note: Constructing build description WriteAuxiliaryFile /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-all-target-headers.hmap (in target 'video_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods write-file /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-all-target-headers.hmap CompileC /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/FLTVideoPlayerPlugin.o /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.11+2/ios/Classes/FLTVideoPlayerPlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'video_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods export LANG=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios8.0 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules -gmodules -fmodules-cache-path=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=video_player -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -iquote /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-generated-files.hmap -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-own-target-headers.hmap -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-all-non-framework-target-headers.hmap -ivfsoverlay /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/all-product-headers.yaml -iquote /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-project-headers.hmap -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/include -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/DerivedSources-normal/arm64 -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/DerivedSources/arm64 -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/DerivedSources -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -include /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/Target\ Support\ Files/video_player/video_player-prefix.pch -MMD -MT dependencies -MF /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/FLTVideoPlayerPlugin.d --serialize-diagnostics /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/FLTVideoPlayerPlugin.dia -c /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.11+2/ios/Classes/FLTVideoPlayerPlugin.m -o /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/FLTVideoPlayerPlugin.o CompileC /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/messages.o /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.11+2/ios/Classes/messages.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'video_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods export LANG=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios8.0 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules -gmodules -fmodules-cache-path=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=video_player -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -iquote /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-generated-files.hmap -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-own-target-headers.hmap -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-all-non-framework-target-headers.hmap -ivfsoverlay /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/all-product-headers.yaml -iquote /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/video_player-project-headers.hmap -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/include -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/DerivedSources-normal/arm64 -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/DerivedSources/arm64 -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/DerivedSources -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -include /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/Target\ Support\ Files/video_player/video_player-prefix.pch -MMD -MT dependencies -MF /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/messages.d --serialize-diagnostics /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/messages.dia -c /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-0.10.11+2/ios/Classes/messages.m -o /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/messages.o Ld /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/video_player normal arm64 (in target 'video_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-ios8.0 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -L/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/../Flutter -filelist /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/video_player.LinkFileList -install_name @rpath/video_player.framework/video_player -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/video_player_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -framework Flutter -framework Foundation -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/video_player.build/Objects-normal/arm64/video_player_dependency_info.dat -o /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/video_player CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'flutter_vlc_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name flutter_vlc_player -Onone -enable-batch-mode -enforce-exclusivity=checked @/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player.SwiftFileList -DDEBUG -D COCOAPODS -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -target arm64-apple-ios9.0 -g -module-cache-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -swift-version 5 -I /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -parse-as-library -c -j12 -output-file-map /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player.swiftmodule -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-generated-files.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-own-target-headers.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-project-headers.hmap -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/include -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources-normal/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG=1 -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -emit-objc-header -emit-objc-header-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/unextended-module-overlay.yaml -working-directory /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods CompileSwift normal arm64 /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_vlc_player-3.0.2/ios/Classes/SwiftFlutterVlcPlayerPlugin.swift (in target 'flutter_vlc_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_vlc_player-3.0.2/ios/Classes/SwiftFlutterVlcPlayerPlugin.swift -emit-module-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/SwiftFlutterVlcPlayerPlugin\~partial.swiftmo dule -emit-module-doc-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/SwiftFlutterVlcPlayerPlugin\~partial.swiftdo c -emit-module-source-info-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/SwiftFlutterVlcPlayerPlugin\~partial.swiftso urceinfo -serialize-diagnostics-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/SwiftFlutterVlcPlayerPlugin.dia -emit-dependencies-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/SwiftFlutterVlcPlayerPlugin.d -emit-reference-dependencies-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/SwiftFlutterVlcPlayerPlugin.swiftdeps -target arm64-apple-ios9.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -I /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -enable-testing -g -import-underlying-module -module-cache-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods -enable-anonymous-context-mangled-names -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-generated-files.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-own-target-headers.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-project-headers.hmap -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/include -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources-normal/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG=1 -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/unextended-module-overlay.yaml -parse-as-library -module-name flutter_vlc_player -o /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/SwiftFlutterVlcPlayerPlugin.o MergeSwiftModule normal arm64 (in target 'flutter_vlc_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -merge-modules -emit-module /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/SwiftFlutterVlcPlayerPlugin\~partial.swiftmo dule -parse-as-library -sil-merge-partial-modules -disable-diagnostic-passes -disable-sil-perf-optzns -target arm64-apple-ios9.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -I /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -enable-testing -g -import-underlying-module -module-cache-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods -enable-anonymous-context-mangled-names -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-generated-files.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-own-target-headers.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-project-headers.hmap -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/include -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources-normal/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG=1 -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/unextended-module-overlay.yaml -emit-module-doc-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player.swiftdoc -emit-module-source-info-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player.swiftsourceinfo -emit-objc-header-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player-Swift.h -module-name flutter_vlc_player -o /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player.swiftmodule ProcessInfoPlistFile /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Info.plist /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/Target\ Support\ Files/video_player/video_player-Info.plist (in target 'video_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods builtin-infoPlistUtility /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/Target\ Support\ Files/video_player/video_player-Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Info.plist ProcessInfoPlistFile /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Info.plist /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/Target\ Support\ Files/flutter_vlc_player/flutter_vlc_player-Info.plist (in target 'flutter_vlc_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods builtin-infoPlistUtility /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/Target\ Support\ Files/flutter_vlc_player/flutter_vlc_player-Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Info.plist CompileC /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/FlutterVlcPlayerPlugin.o /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_vlc_player-3.0.2/ios/Classes/FlutterVlcPlayerPlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'flutter_vlc_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods export LANG=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios9.0 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu11 -fobjc-arc -fobjc-weak -fmodules -gmodules -fmodules-cache-path=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -fmodule-name=flutter_vlc_player -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DPOD_CONFIGURATION_DEBUG=1 -DDEBUG=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -iquote /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-generated-files.hmap -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-own-target-headers.hmap -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-all-non-framework-target-headers.hmap -ivfsoverlay /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/all-product-headers.yaml -iquote /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/flutter_vlc_player-project-headers.hmap -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/include -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources-normal/arm64 -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources/arm64 -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/DerivedSources -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -include /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/Target\ Support\ Files/flutter_vlc_player/flutter_vlc_player-prefix.pch -MMD -MT dependencies -MF /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/FlutterVlcPlayerPlugin.d --serialize-diagnostics /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/FlutterVlcPlayerPlugin.dia -c /Users/michelrahme/FlutterProjects/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_vlc_player-3.0.2/ios/Classes/FlutterVlcPlayerPlugin.m -o /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/FlutterVlcPlayerPlugin.o Libtool /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/flutter_vlc_player normal arm64 (in target 'flutter_vlc_player' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods export IPHONEOS_DEPLOYMENT_TARGET=9.0 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -L/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -filelist /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player.LinkFileList -framework Foundation -dependency_info /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/flutter_vlc_player.build/Objects-normal/arm64/flutter_vlc_player_libtool_dependency_info.d at -o /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/flutter_vlc_player ProcessInfoPlistFile /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/Pods_Runner.framework/Info.plist /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/Target\ Support\ Files/Pods-Runner/Pods-Runner-Info.plist (in target 'Pods-Runner' from project 'Pods') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods builtin-infoPlistUtility /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/Target\ Support\ Files/Pods-Runner/Pods-Runner-Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/Pods_Runner.framework/Info.plist ProcessProductPackaging "" /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios Entitlements: { "application-identifier" = "QN3838B545.com.example.videofeedpage"; "com.apple.developer.team-identifier" = QN3838B545; "get-task-allow" = 1; "keychain-access-groups" = ( "QN3838B545.com.example.videofeedpage" ); } builtin-productPackagingUtility -entitlements -format xml -o /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-862C7CA7A831F36957518F41.sh (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios /bin/sh -c /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-862C7CA7A831F36957518F41.sh PhaseScriptExecution Run\ Script /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios export ACTION=build export AD_HOC_CODE_SIGNING_ALLOWED=NO export ALTERNATE_GROUP=staff export ALTERNATE_MODE=u+w,go-w,a+rX export ALTERNATE_OWNER=michelrahme export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=YES export ALWAYS_SEARCH_USER_PATHS=NO export ALWAYS_USE_SEPARATE_HEADERMAPS=NO export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer export APPLE_INTERNAL_DIR=/AppleInternal export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools export APPLICATION_EXTENSION_API_ONLY=NO export APPLY_RULES_IN_COPY_FILES=NO export APPLY_RULES_IN_COPY_HEADERS=NO export ARCHS=arm64 export ARCHS_STANDARD="armv7 arm64" export ARCHS_STANDARD_32_64_BIT="armv7 arm64" export ARCHS_STANDARD_32_BIT=armv7 export ARCHS_STANDARD_64_BIT=arm64 export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64" export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64" export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator" export AppIdentifierPrefix=QN3838B545. export BITCODE_GENERATION_MODE=marker export BUILD_ACTIVE_RESOURCES_ONLY=NO export BUILD_COMPONENTS="headers build" export BUILD_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios export BUILD_LIBRARY_FOR_DISTRIBUTION=NO export BUILD_ROOT=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Products export BUILD_STYLE= export BUILD_VARIANTS=normal export BUILT_PRODUCTS_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos export BUNDLE_CONTENTS_FOLDER_PATH_deep=Contents/ export BUNDLE_EXECUTABLE_FOLDER_NAME_deep=MacOS export BUNDLE_FORMAT=shallow export BUNDLE_FRAMEWORKS_FOLDER_PATH=Frameworks export BUNDLE_PLUGINS_FOLDER_PATH=PlugIns export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH=PrivateHeaders export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH=Headers export CACHE_ROOT=/var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/C/com.apple.DeveloperTools/11.5-11E608c/Xcode export CCHROOT=/var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/C/com.apple.DeveloperTools/11.5-11E608c/Xcode export CHMOD=/bin/chmod export CHOWN=/usr/sbin/chown export CLANG_ANALYZER_NONNULL=YES export CLANG_CXX_LANGUAGE_STANDARD=c++11 export CLANG_CXX_LIBRARY=libc++ export CLANG_ENABLE_MODULES=YES export CLANG_ENABLE_OBJC_ARC=YES export CLANG_MODULES_BUILD_SESSION_FILE=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES export CLANG_WARN_BOOL_CONVERSION=YES export CLANG_WARN_COMMA=YES export CLANG_WARN_CONSTANT_CONVERSION=YES export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR export CLANG_WARN_EMPTY_BODY=YES export CLANG_WARN_ENUM_CONVERSION=YES export CLANG_WARN_INFINITE_RECURSION=YES export CLANG_WARN_INT_CONVERSION=YES export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES export CLANG_WARN_STRICT_PROTOTYPES=YES export CLANG_WARN_SUSPICIOUS_MOVE=YES export CLANG_WARN_UNREACHABLE_CODE=YES export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES export CLASS_FILE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses export CLEAN_PRECOMPS=YES export CLONE_HEADERS=NO export CODESIGNING_FOLDER_PATH=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/Runner.app export CODE_SIGNING_ALLOWED=YES export CODE_SIGNING_REQUIRED=YES export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext export CODE_SIGN_IDENTITY="iPhone Developer" export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES export COLOR_DIAGNOSTICS=NO export COMBINE_HIDPI_IMAGES=NO export COMPILER_INDEX_STORE_ENABLE=NO export COMPOSITE_SDK_DIRS=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/CompositeSDKs export COMPRESS_PNG_FILES=YES export CONFIGURATION=Debug export CONFIGURATION_BUILD_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos export CONFIGURATION_TEMP_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos export CONTENTS_FOLDER_PATH=Runner.app export COPYING_PRESERVES_HFS_DATA=NO export COPY_HEADERS_RUN_UNIFDEF=NO export COPY_PHASE_STRIP=NO export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator13.5 export CP=/bin/cp export CREATE_INFOPLIST_SECTION_IN_BINARY=NO export CURRENT_ARCH=undefined_arch export CURRENT_PROJECT_VERSION=1 export CURRENT_VARIANT=normal export DEAD_CODE_STRIPPING=YES export DEBUGGING_SYMBOLS=YES export DEBUG_INFORMATION_FORMAT=dwarf export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0 export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions export DEFINES_MODULE=NO export DEPLOYMENT_LOCATION=NO export DEPLOYMENT_POSTPROCESSING=NO export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min= export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_version_min export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5" export DERIVED_FILES_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVED_FILE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVED_SOURCES_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER=NO export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr export DEVELOPMENT_LANGUAGE=en export DEVELOPMENT_TEAM=QN3838B545 export DOCUMENTATION_FOLDER_PATH=Runner.app/en.lproj/Documentation export DONT_GENERATE_INFOPLIST_FILE=NO export DO_HEADER_SCANNING_IN_JAM=NO export DSTROOT=/tmp/Runner.dst export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export DWARF_DSYM_FILE_NAME=Runner.app.dSYM export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO export DWARF_DSYM_FOLDER_PATH=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos export EFFECTIVE_PLATFORM_NAME=-iphoneos export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO export EMBEDDED_PROFILE_NAME=embedded.mobileprovision export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO export ENABLE_BITCODE=NO export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES export ENABLE_HARDENED_RUNTIME=NO export ENABLE_HEADER_DEPENDENCIES=YES export ENABLE_ON_DEMAND_RESOURCES=YES export ENABLE_PREVIEWS=NO export ENABLE_STRICT_OBJC_MSGSEND=YES export ENABLE_TESTABILITY=YES export ENABLE_TESTING_SEARCH_PATHS=NO export ENTITLEMENTS_ALLOWED=YES export ENTITLEMENTS_DESTINATION=Signature export ENTITLEMENTS_REQUIRED=YES export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS" export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj" export EXECUTABLES_FOLDER_PATH=Runner.app/Executables export EXECUTABLE_FOLDER_PATH=Runner.app export EXECUTABLE_NAME=Runner export EXECUTABLE_PATH=Runner.app/Runner export EXPANDED_CODE_SIGN_IDENTITY=426AAF377541847A5977E6962FE1A0EF38C4D2FD export EXPANDED_CODE_SIGN_IDENTITY_NAME="Apple Development: michel.rahmeh@gmail.com (ZW4CSWA8ST)" export EXPANDED_PROVISIONING_PROFILE=91fdfc17-1359-40cf-9909-2f696424afa5 export FILE_LIST=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList export FIXED_FILES_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles export FLUTTER_APPLICATION_PATH=/Users/michelrahme/FlutterProjects/video_feed_page export FLUTTER_BUILD_DIR=build export FLUTTER_BUILD_NAME=1.0.0 export FLUTTER_BUILD_NUMBER=1 export FLUTTER_FRAMEWORK_DIR=/Users/michelrahme/FlutterProjects/flutter/bin/cache/artifacts/engine/ios export FLUTTER_ROOT=/Users/michelrahme/FlutterProjects/flutter export FLUTTER_SUPPRESS_ANALYTICS=true export FLUTTER_TARGET=/Users/michelrahme/FlutterProjects/video_feed_page/lib/main.dart export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks export FRAMEWORK_FLAG_PREFIX=-framework export FRAMEWORK_SEARCH_PATHS="/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player" "/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/../Flutter" "/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player" "/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/../Flutter" "/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit" /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter" export FRAMEWORK_VERSION=A export FULL_PRODUCT_NAME=Runner.app export GCC3_VERSION=3.3 export GCC_C_LANGUAGE_STANDARD=gnu99 export GCC_DYNAMIC_NO_PIC=NO export GCC_INLINES_ARE_PRIVATE_EXTERN=YES export GCC_NO_COMMON_BLOCKS=YES export GCC_OPTIMIZATION_LEVEL=0 export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++" export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 COCOAPODS=1 COCOAPODS=1" export GCC_SYMBOLS_PRIVATE_EXTERN=NO export GCC_THUMB_SUPPORT=YES export GCC_TREAT_WARNINGS_AS_ERRORS=NO export GCC_VERSION=com.apple.compilers.llvm.clang.1_0 export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0 export GCC_WARN_64_TO_32_BIT_CONVERSION=YES export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR export GCC_WARN_UNDECLARED_SELECTOR=YES export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE export GCC_WARN_UNUSED_FUNCTION=YES export GCC_WARN_UNUSED_VARIABLE=YES export GENERATE_MASTER_OBJECT_FILE=NO export GENERATE_PKGINFO_FILE=YES export GENERATE_PROFILING_CODE=NO export GENERATE_TEXT_BASED_STUBS=NO export GID=20 export GROUP=staff export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES export HEADERMAP_USES_VFS=NO export HEADER_SEARCH_PATHS="/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/include "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers" "/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers"" export HIDE_BITCODE_SYMBOLS=YES export HOME=/Users/michelrahme export ICONV=/usr/bin/iconv export INFOPLIST_EXPAND_BUILD_SETTINGS=YES export INFOPLIST_FILE=Runner/Info.plist export INFOPLIST_OUTPUT_FORMAT=binary export INFOPLIST_PATH=Runner.app/Info.plist export INFOPLIST_PREPROCESS=NO export INFOSTRINGS_PATH=Runner.app/en.lproj/InfoPlist.strings export INLINE_PRIVATE_FRAMEWORKS=NO export INSTALLHDRS_COPY_PHASE=NO export INSTALLHDRS_SCRIPT_PHASE=NO export INSTALL_DIR=/tmp/Runner.dst/Applications export INSTALL_GROUP=staff export INSTALL_MODE_FLAG=u+w,go-w,a+rX export INSTALL_OWNER=michelrahme export INSTALL_PATH=/Applications export INSTALL_ROOT=/tmp/Runner.dst export IPHONEOS_DEPLOYMENT_TARGET=8.0 export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8" export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub export JAVA_ARCHIVE_CLASSES=YES export JAVA_ARCHIVE_TYPE=JAR export JAVA_COMPILER=/usr/bin/javac export JAVA_FOLDER_PATH=Runner.app/Java export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources export JAVA_JAR_FLAGS=cv export JAVA_SOURCE_SUBDIR=. export JAVA_USE_DEPENDENCIES=YES export JAVA_ZIP_FLAGS=-urg export JIKES_DEFAULT_FLAGS="+E +OLDCSO" export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow" export KEEP_PRIVATE_EXTERNS=NO export LD_DEPENDENCY_INFO_FILE=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_inf o.dat export LD_GENERATE_MAP_FILE=NO export LD_MAP_FILE_PATH=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt export LD_NO_PIE=NO export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES export LD_RUNPATH_SEARCH_PATHS=" '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks" export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer export LEX=lex export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions export LIBRARY_FLAG_NOSPACE=YES export LIBRARY_FLAG_PREFIX=-l export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions export LIBRARY_SEARCH_PATHS="/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter" export LINKER_DISPLAYS_MANGLED_NAMES=NO export LINK_FILE_LIST_normal_arm64=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList export LINK_WITH_STANDARD_LIBRARIES=YES export LLVM_TARGET_TRIPLE_OS_VERSION=ios8.0 export LLVM_TARGET_TRIPLE_VENDOR=apple export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/en.lproj export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFCopyLocalizedString" export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities export LOCAL_APPS_DIR=/Applications export LOCAL_DEVELOPER_DIR=/Library/Developer export LOCAL_LIBRARY_DIR=/Library export LOCROOT=/Users/michelrahme/FlutterProjects/video_feed_page/ios export LOCSYMROOT=/Users/michelrahme/FlutterProjects/video_feed_page/ios export MACH_O_TYPE=mh_execute export MAC_OS_X_PRODUCT_BUILD_VERSION=19F101 export MAC_OS_X_VERSION_ACTUAL=101505 export MAC_OS_X_VERSION_MAJOR=101500 export MAC_OS_X_VERSION_MINOR=1505 export METAL_LIBRARY_FILE_BASE=default export METAL_LIBRARY_OUTPUT_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/Runner.app export MODULES_FOLDER_PATH=Runner.app/Modules export MODULE_CACHE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex export MTL_ENABLE_DEBUG_INFO=YES export NATIVE_ARCH=armv7 export NATIVE_ARCH_32_BIT=i386 export NATIVE_ARCH_64_BIT=x86_64 export NATIVE_ARCH_ACTUAL=x86_64 export NO_COMMON=YES export OBJECT_FILE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects export OBJECT_FILE_DIR_normal=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal export OBJROOT=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex export ONLY_ACTIVE_ARCH=NO export OS=MACOS export OSAC=/usr/bin/osacompile export OTHER_LDFLAGS=" -ObjC -l"bz2" -l"c++" -l"iconv" -l"xml2" -l"z" -framework "AVFoundation" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreText" -framework "Flutter" -framework "MobileVLCKit" -framework "OpenGLES" -framework "QuartzCore" -framework "Security" -framework "VideoToolbox" -framework "flutter_vlc_player" -framework "video_player" -framework Flutter -ObjC -l"bz2" -l"c++" -l"iconv" -l"xml2" -l"z" -framework "AVFoundation" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreText" -framework "Flutter" -framework "MobileVLCKit" -framework "OpenGLES" -framework "QuartzCore" -framework "Security" -framework "VideoToolbox" -framework "flutter_vlc_player" -framework "video_player" -framework Flutter" export OTHER_SWIFT_FLAGS=" -D COCOAPODS -D COCOAPODS" export PACKAGE_TYPE=com.apple.package-type.wrapper.application export PASCAL_STRINGS=YES export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolcha ins/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Conten ts/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Conten ts/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/michelrahme/FlutterProjects/flutter/bin export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms" export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist export PER_ARCH_OBJECT_FILE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch export PER_VARIANT_OBJECT_FILE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal export PKGINFO_FILE_PATH=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo export PKGINFO_PATH=Runner.app/PkgInfo export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform export PLATFORM_DISPLAY_NAME=iOS export PLATFORM_FAMILY_NAME=iOS export PLATFORM_NAME=iphoneos export PLATFORM_PREFERRED_ARCH=arm64 export PLATFORM_PRODUCT_BUILD_VERSION=17F65 export PLIST_FILE_OUTPUT_FORMAT=binary export PLUGINS_FOLDER_PATH=Runner.app/PlugIns export PODS_BUILD_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios export PODS_CONFIGURATION_BUILD_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos export PODS_PODFILE_DIR_PATH=/Users/michelrahme/FlutterProjects/video_feed_page/ios/. export PODS_ROOT=/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES export PRECOMP_DESTINATION_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders export PRODUCT_BUNDLE_IDENTIFIER=com.example.videofeedpage export PRODUCT_BUNDLE_PACKAGE_TYPE=APPL export PRODUCT_MODULE_NAME=Runner export PRODUCT_NAME=Runner export PRODUCT_SETTINGS_PATH=/Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/Info.plist export PRODUCT_TYPE=com.apple.product-type.application export PROFILING_CODE=NO export PROJECT=Runner export PROJECT_DERIVED_FILE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/DerivedSources export PROJECT_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/ios export PROJECT_FILE_PATH=/Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner.xcodeproj export PROJECT_NAME=Runner export PROJECT_TEMP_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build export PROJECT_TEMP_ROOT=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex export PROVISIONING_PROFILE_REQUIRED=YES export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES export REMOVE_CVS_FROM_RESOURCES=YES export REMOVE_GIT_FROM_RESOURCES=YES export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES export REMOVE_HG_FROM_RESOURCES=YES export REMOVE_SVN_FROM_RESOURCES=YES export RESOURCE_RULES_REQUIRED=YES export REZ_COLLECTOR_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources export REZ_OBJECTS_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects export REZ_SEARCH_PATHS="/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos " export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO export SCRIPTS_FOLDER_PATH=Runner.app/Scripts export SCRIPT_INPUT_FILE_COUNT=0 export SCRIPT_INPUT_FILE_LIST_COUNT=0 export SCRIPT_OUTPUT_FILE_COUNT=0 export SCRIPT_OUTPUT_FILE_LIST_COUNT=0 export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/T/flutter_build_log_pipe.lwTHKY/pipe_to_stdout export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk export SDK_DIR_iphoneos13_5=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk export SDK_NAME=iphoneos13.5 export SDK_NAMES=iphoneos13.5 export SDK_PRODUCT_BUILD_VERSION=17F65 export SDK_VERSION=13.5 export SDK_VERSION_ACTUAL=130500 export SDK_VERSION_MAJOR=130000 export SDK_VERSION_MINOR=500 export SED=/usr/bin/sed export SEPARATE_STRIP=NO export SEPARATE_SYMBOL_EDIT=NO export SET_DIR_MODE_OWNER_GROUP=YES export SET_FILE_MODE_OWNER_GROUP=NO export SHALLOW_BUNDLE=YES export SHARED_DERIVED_FILE_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/DerivedSources export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks export SHARED_PRECOMPS_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/PrecompiledHeaders export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport export SKIP_INSTALL=NO export SOURCE_ROOT=/Users/michelrahme/FlutterProjects/video_feed_page/ios export SRCROOT=/Users/michelrahme/FlutterProjects/video_feed_page/ios export STRINGS_FILE_OUTPUT_ENCODING=binary export STRIP_BITCODE_FROM_COPIED_FILES=YES export STRIP_INSTALLED_PRODUCT=YES export STRIP_STYLE=all export STRIP_SWIFT_SYMBOLS=YES export SUPPORTED_DEVICE_FAMILIES=1,2 export SUPPORTED_PLATFORMS="iphoneos iphonesimulator" export SUPPORTS_MACCATALYST=NO export SUPPORTS_TEXT_BASED_API=NO export SWIFT_OBJC_BRIDGING_HEADER=Runner/Runner-Bridging-Header.h export SWIFT_OPTIMIZATION_LEVEL=-Onone export SWIFT_PLATFORM_TARGET_PREFIX=ios export SWIFT_RESPONSE_FILE_PATH_normal_arm64=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFile List export SWIFT_VERSION=5.0 export SYMROOT=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Products export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities export SYSTEM_APPS_DIR=/Applications export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices export SYSTEM_DEMOS_DIR=/Applications/Extras export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples" export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library" export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools" export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools" export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools" export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes" export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools" export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools" export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities export SYSTEM_DEXT_INSTALL_PATH=/System/Library/DriverExtensions export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions export SYSTEM_LIBRARY_DIR=/System/Library export TAPI_VERIFY_MODE=ErrorsOnly export TARGETED_DEVICE_FAMILY=1,2 export TARGETNAME=Runner export TARGET_BUILD_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos export TARGET_NAME=Runner export TARGET_TEMP_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_FILES_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_FILE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_ROOT=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex export TEST_FRAMEWORK_SEARCH_PATHS=" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks" export TEST_LIBRARY_SEARCH_PATHS=" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib" export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export TRACK_WIDGET_CREATION=true export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO export TeamIdentifierPrefix=QN3838B545. export UID=501 export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app export UNSTRIPPED_PRODUCT=NO export USER=michelrahme export USER_APPS_DIR=/Users/michelrahme/Applications export USER_LIBRARY_DIR=/Users/michelrahme/Library export USE_DYNAMIC_NO_PIC=YES export USE_HEADERMAP=YES export USE_HEADER_SYMLINKS=NO export USE_LLVM_TARGET_TRIPLES=YES export USE_LLVM_TARGET_TRIPLES_FOR_CLANG=YES export USE_LLVM_TARGET_TRIPLES_FOR_LD=YES export USE_LLVM_TARGET_TRIPLES_FOR_TAPI=YES export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES=YES export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR export VALIDATE_PRODUCT=NO export VALIDATE_WORKSPACE=YES_ERROR export VALID_ARCHS="arm64 arm64e armv7 armv7s" export VERBOSE_PBXCP=NO export VERBOSE_SCRIPT_LOGGING=YES export VERSIONING_SYSTEM=apple-generic export VERSIONPLIST_PATH=Runner.app/version.plist export VERSION_INFO_BUILDER=michelrahme export VERSION_INFO_FILE=Runner_vers.c export VERSION_INFO_STRING=""@(#)PROGRAM:Runner PROJECT:Runner-1"" export WRAPPER_EXTENSION=app export WRAPPER_NAME=Runner.app export WRAPPER_SUFFIX=.app export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode export XCODE_PRODUCT_BUILD_VERSION=11E608c export XCODE_VERSION_ACTUAL=1150 export XCODE_VERSION_MAJOR=1100 export XCODE_VERSION_MINOR=1150 export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices export YACC=yacc export arch=undefined_arch export variant=normal /bin/sh -c /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh ♦ mkdir -p -- /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter ♦ rm -rf -- /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter/App.framework ♦ rm -rf -- /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter/Flutter.framework ♦ cp -- /Users/michelrahme/FlutterProjects/flutter/bin/cache/artifacts/engine/ios/Flutter.podspec /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter ♦ cp -r -- /Users/michelrahme/FlutterProjects/flutter/bin/cache/artifacts/engine/ios/Flutter.framework /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter ♦ /Users/michelrahme/FlutterProjects/flutter/bin/flutter --verbose assemble --output=/Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter/ -dTargetPlatform=ios -dTargetFile=/Users/michelrahme/FlutterProjects/video_feed_page/lib/main.dart -dBuildMode=debug -dIosArchs=arm64 -dSplitDebugInfo= -dTreeShakeIcons=false -dTrackWidgetCreation=true -dDartObfuscation=false -dEnableBitcode= --DartDefines= -dExtraFrontEndOptions= debug_ios_bundle_flutter_assets [ +13 ms] executing: [/Users/michelrahme/FlutterProjects/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +27 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 5f21edf8b66e31a39133177319414395cc5b5f48 [ ] executing: [/Users/michelrahme/FlutterProjects/flutter/] git tag --contains HEAD [ +137 ms] Exit code 0 from: git tag --contains HEAD [ +1 ms] 1.17.2 1.17.3 1.17.4 [ +7 ms] executing: [/Users/michelrahme/FlutterProjects/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +4 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/Users/michelrahme/FlutterProjects/flutter/] git ls-remote --get-url origin [ +4 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +57 ms] executing: [/Users/michelrahme/FlutterProjects/flutter/] git rev-parse --abbrev-ref HEAD [ +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +12 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +3 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ +61 ms] Initializing file store [ +7 ms] Done initializing file store [+1050 ms] kernel_snapshot: Starting due to {InvalidatedReason.inputChanged} [ +9 ms] /Users/michelrahme/FlutterProjects/flutter/bin/cache/dart-sdk/bin/dart /Users/michelrahme/FlutterProjects/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/michelrahme/FlutterProjects/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --target=flutter -Ddart.developer.causal_async_stacks=true -Ddart.vm.profile=false -Ddart.vm.product=false --bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --no-link-platform --packages /Users/michelrahme/FlutterProjects/video_feed_page/.packages --output-dill /Users/michelrahme/FlutterProjects/video_feed_page/.dart_tool/flutter_build/99ebeda8c63e89c4f9983ae90cafe060/app.dill --depfile /Users/michelrahme/FlutterProjects/video_feed_page/.dart_tool/flutter_build/99ebeda8c63e89c4f9983ae90cafe060/kernel_snapshot.d package:videofeedpage/main.dart [+4070 ms] kernel_snapshot: Complete [ +234 ms] Skipping target: debug_universal_framework [ +92 ms] debug_ios_bundle_flutter_assets: Starting due to {InvalidatedReason.inputChanged, InvalidatedReason.outputMissing} [ +107 ms] debug_ios_bundle_flutter_assets: Complete [ +248 ms] Persisting file store [ +9 ms] Done persisting file store [ +2 ms] build succeeded. [ +7 ms] "flutter assemble" took 5,929ms. Project /Users/michelrahme/FlutterProjects/video_feed_page built and packaged successfully. CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name Runner -Onone -enable-batch-mode -enforce-exclusivity=checked @/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList -D COCOAPODS -D COCOAPODS -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -swift-version 5 -I /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -parse-as-library -c -j12 -output-file-map /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/include -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DCOCOAPODS=1 -emit-objc-header -emit-objc-header-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h -import-objc-header /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/Runner-Bridging-Header.h -pch-output-dir /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/PrecompiledHeaders -working-directory /Users/michelrahme/FlutterProjects/video_feed_page/ios PrecompileSwiftBridgingHeader normal arm64 (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -I /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -enable-testing -g -module-cache-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity=checked -Onone -D COCOAPODS -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/michelrahme/FlutterProjects/video_feed_page/ios -enable-anonymous-context-mangled-names -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/include -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DCOCOAPODS=1 -serialize-diagnostics-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/PrecompiledHeaders/Runner-Bridging-Header-2N3WHZ7GTYCP2.dia /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/Runner-Bridging-Header.h -emit-pch -pch-output-dir /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/PrecompiledHeaders CompileSwift normal arm64 /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/AppDelegate.swift (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -primary-file /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/AppDelegate.swift -emit-module-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate\~partial.swiftmodule -emit-module-doc-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate\~partial.swiftdoc -emit-module-source-info-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate\~partial.swiftsourceinfo -serialize-diagnostics-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.dia -emit-dependencies-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.d -emit-reference-dependencies-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.swiftdeps -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -I /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -enable-testing -g -module-cache-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity=checked -Onone -D COCOAPODS -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/michelrahme/FlutterProjects/video_feed_page/ios -enable-anonymous-context-mangled-names -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/include -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DCOCOAPODS=1 -import-objc-header /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/Runner-Bridging-Header.h -pch-output-dir /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -parse-as-library -module-name Runner -o /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate.o MergeSwiftModule normal arm64 (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -merge-modules -emit-module /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/AppDelegate\~partial.swiftmodule -parse-as-library -sil-merge-partial-modules -disable-diagnostic-passes -disable-sil-perf-optzns -target arm64-apple-ios8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -I /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F /Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -enable-testing -g -module-cache-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity=checked -Onone -D COCOAPODS -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/michelrahme/FlutterProjects/video_feed_page/ios -enable-anonymous-context-mangled-names -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/include -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -Xcc -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -Xcc -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DCOCOAPODS=1 -emit-module-doc-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftdoc -emit-module-source-info-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftsourceinfo -emit-objc-header-path /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner-Swift.h -import-objc-header /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/Runner-Bridging-Header.h -module-name Runner -o /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule CompileC /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/GeneratedPluginRegistrant.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios export LANG=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target arm64-apple-ios8.0 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -DCOCOAPODS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -iquote /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap -ivfsoverlay /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml -iquote /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/include -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player/flutter_vlc_player.framework/Headers -I/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources-normal/arm64 -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/arm64 -I/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -MMD -MT dependencies -MF /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.d --serialize-diagnostics /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.dia -c /Users/michelrahme/FlutterProjects/video_feed_page/ios/Runner/GeneratedPluginRegistrant.m -o /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o Ld /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/Runner.app/Runner normal arm64 (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-ios8.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.5.sdk -L/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -L/Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/../Flutter -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/flutter_vlc_player -F/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/video_player -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/../Flutter -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Pods/MobileVLCKit -F/Users/michelrahme/FlutterProjects/video_feed_page/ios/Flutter -filelist /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-arc -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.swiftmodule -ObjC -lbz2 -lc++ -liconv -lxml2 -lz -framework AVFoundation -framework AudioToolbox -framework CFNetwork -framework CoreGraphics -framework CoreMedia -framework CoreText -framework Flutter -framework MobileVLCKit -framework OpenGLES -framework QuartzCore -framework Security -framework VideoToolbox -framework flutter_vlc_player -framework video_player -framework Flutter -ObjC -lbz2 -lc++ -liconv -lxml2 -lz -framework AVFoundation -framework AudioToolbox -framework CFNetwork -framework CoreGraphics -framework CoreMedia -framework CoreText -framework Flutter -framework MobileVLCKit -framework OpenGLES -framework QuartzCore -framework Security -framework VideoToolbox -framework flutter_vlc_player -framework video_player -framework Flutter -framework Pods_Runner -Xlinker -dependency_info -Xlinker /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat -o /Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/Runner.app/Runner PhaseScriptExecution Thin\ Binary /Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh (in target 'Runner' from project 'Runner') cd /Users/michelrahme/FlutterProjects/video_feed_page/ios export ACTION=build export AD_HOC_CODE_SIGNING_ALLOWED=NO export ALTERNATE_GROUP=staff export ALTERNATE_MODE=u+w,go-w,a+rX export ALTERNATE_OWNER=michelrahme export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=YES export ALWAYS_SEARCH_USER_PATHS=NO export ALWAYS_USE_SEPARATE_HEADERMAPS=NO export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer export APPLE_INTERNAL_DIR=/AppleInternal export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools export APPLICATION_EXTENSION_API_ONLY=NO export APPLY_RULES_IN_COPY_FILES=NO export APPLY_RULES_IN_COPY_HEADERS=NO export ARCHS=arm64 export ARCHS_STANDARD="armv7 arm64" export ARCHS_STANDARD_32_64_BIT="armv7 arm64" export ARCHS_STANDARD_32_BIT=armv7 export ARCHS_STANDARD_64_BIT=arm64 export ARCHS_STANDARD_INCLUDING_64_BIT="armv7 arm64" export ARCHS_UNIVERSAL_IPHONE_OS="armv7 arm64" export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator" export AppIdentifierPrefix=QN3838B545. export BITCODE_GENERATION_MODE=marker export BUILD_ACTIVE_RESOURCES_ONLY=NO export BUILD_COMPONENTS="headers build" export BUILD_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios export BUILD_LIBRARY_FOR_DISTRIBUTION=NO export BUILD_ROOT=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Products export BUILD_STYLE= export BUILD_VARIANTS=normal export BUILT_PRODUCTS_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos export BUNDLE_CONTENTS_FOLDER_PATH_deep=Contents/ export BUNDLE_EXECUTABLE_FOLDER_NAME_deep=MacOS export BUNDLE_FORMAT=shallow export BUNDLE_FRAMEWORKS_FOLDER_PATH=Frameworks export BUNDLE_PLUGINS_FOLDER_PATH=PlugIns export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH=PrivateHeaders export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH=Headers export CACHE_ROOT=/var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/C/com.apple.DeveloperTools/11.5-11E608c/Xcode export CCHROOT=/var/folders/nl/zl90xmn15pvbp3b_f00ybptm0000gn/C/com.apple.DeveloperTools/11.5-11E608c/Xcode export CHMOD=/bin/chmod export CHOWN=/usr/sbin/chown export CLANG_ANALYZER_NONNULL=YES export CLANG_CXX_LANGUAGE_STANDARD=c++11 export CLANG_CXX_LIBRARY=libc++ export CLANG_ENABLE_MODULES=YES export CLANG_ENABLE_OBJC_ARC=YES export CLANG_MODULES_BUILD_SESSION_FILE=/Users/michelrahme/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES export CLANG_WARN_BOOL_CONVERSION=YES export CLANG_WARN_COMMA=YES export CLANG_WARN_CONSTANT_CONVERSION=YES export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR export CLANG_WARN_EMPTY_BODY=YES export CLANG_WARN_ENUM_CONVERSION=YES export CLANG_WARN_INFINITE_RECURSION=YES export CLANG_WARN_INT_CONVERSION=YES export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES export CLANG_WARN_STRICT_PROTOTYPES=YES export CLANG_WARN_SUSPICIOUS_MOVE=YES export CLANG_WARN_UNREACHABLE_CODE=YES export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES export CLASS_FILE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses export CLEAN_PRECOMPS=YES export CLONE_HEADERS=NO export CODESIGNING_FOLDER_PATH=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos/Runner.app export CODE_SIGNING_ALLOWED=YES export CODE_SIGNING_REQUIRED=YES export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext export CODE_SIGN_IDENTITY="iPhone Developer" export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES export COLOR_DIAGNOSTICS=NO export COMBINE_HIDPI_IMAGES=NO export COMPILER_INDEX_STORE_ENABLE=NO export COMPOSITE_SDK_DIRS=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/CompositeSDKs export COMPRESS_PNG_FILES=YES export CONFIGURATION=Debug export CONFIGURATION_BUILD_DIR=/Users/michelrahme/FlutterProjects/video_feed_page/build/ios/Debug-iphoneos export CONFIGURATION_TEMP_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos export CONTENTS_FOLDER_PATH=Runner.app export COPYING_PRESERVES_HFS_DATA=NO export COPY_HEADERS_RUN_UNIFDEF=NO export COPY_PHASE_STRIP=NO export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.5.sdk export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator13.5 export CP=/bin/cp export CREATE_INFOPLIST_SECTION_IN_BINARY=NO export CURRENT_ARCH=undefined_arch export CURRENT_PROJECT_VERSION=1 export CURRENT_VARIANT=normal export DEAD_CODE_STRIPPING=YES export DEBUGGING_SYMBOLS=YES export DEBUG_INFORMATION_FORMAT=dwarf export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0 export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions export DEFINES_MODULE=NO export DEPLOYMENT_LOCATION=NO export DEPLOYMENT_POSTPROCESSING=NO export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=miphoneos-version-min export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-miphoneos-version-min= export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_version_min export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5" export DERIVED_FILES_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVED_FILE_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVED_SOURCES_DIR=/Users/michelrahme/Library/Developer/Xcode/DerivedData/Runner-bervowdonbnzbvfsendbeiqwjtmr/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER=NO export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr export DEVELOPMENT_LANGUAGE=en export DEVELOPMENT_TEAM=QN3838B545 ``` ``` Analyzing video_feed_page... No issues found! (ran in 1.6s) ``` ``` [✓] Flutter (Channel stable, v1.17.2, on Mac OS X 10.15.5 19F101, locale en-CA) • Flutter version 1.17.2 at /Users/michelrahme/FlutterProjects/flutter • Framework revision 5f21edf8b6 (5 weeks ago), 2020-05-28 12:44:12 -0700 • Engine revision b851c71829 • Dart version 2.8.3 [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) • Android SDK at /Users/michelrahme/Library/Android/sdk • Platform android-29, build-tools 29.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 11.5) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.5, Build version 11E608c • CocoaPods version 1.9.3 [✓] Android Studio (version 4.0) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 46.0.2 • Dart plugin version 193.7361 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) [✓] Connected device (1 available) • iPhone • 00008030-001269C01446802E • ios • iOS 13.5.1 • No issues found! ```
cadinz commented 4 years ago

I have same problem too!

m-rahme commented 4 years ago

I have same problem too!

Hopefully it gets fixed soon :( It’s been a year now i have this issue and it was never mentioned.

TahaTesser commented 4 years ago

Hi @MichelRahme @cadinz i can reproduce the issue following the steps on stable but no issue on dev channel or beta channel Using official video_player example on latest video_player: ^0.10.11+2

Channel dev, 1.20.0-2.0.pre

https://imgur.com/gSj7Htc

stable flutter doctor -v ``` [✓] Flutter (Channel dev, 1.20.0-2.0.pre, on Mac OS X 10.15.5 19F101, locale en-GB) • Flutter version 1.20.0-2.0.pre at /Users/tahatesser/Code/flutter_dev • Framework revision 15a28159bc (10 days ago), 2020-06-23 04:52:58 -0700 • Engine revision 91a63d6a44 • Dart version 2.9.0 (build 2.9.0-19.0.dev 7e72c9ae7e) [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) • Android SDK at /Users/tahatesser/Code/sdk • Platform android-29, build-tools 29.0.3 • ANDROID_HOME = /Users/tahatesser/Code/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 11.5) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.5, Build version 11E608c • CocoaPods version 1.9.3 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 4.0) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 47.1.2 • Dart plugin version 193.7361 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) [✓] VS Code (version 1.46.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.12.1 [✓] Connected device (5 available) • SM M305F • 32003c30dc19668f • android-arm64 • Android 10 (API 29) • Taha’s iPhone • 00008020-001059882212002E • ios • iOS 13.5.1 • macOS desktop • macos • darwin-x64 • Mac OS X 10.15.5 19F101 • Web Server • web-server • web-javascript • Flutter Tools • Chrome • chrome • web-javascript • Google Chrome 83.0.4103.116 • No issues found! ```

Channel stable, v1.17.5

https://imgur.com/G7YyvQc

stable flutter doctor -v ``` [✓] Flutter (Channel stable, v1.17.5, on Mac OS X 10.15.5 19F101, locale en-GB) • Flutter version 1.17.5 at /Users/tahatesser/Code/flutter_stable • Framework revision 8af6b2f038 (2 days ago), 2020-06-30 12:53:55 -0700 • Engine revision ee76268252 • Dart version 2.8.4 [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) • Android SDK at /Users/tahatesser/Code/sdk • Platform android-29, build-tools 29.0.3 • ANDROID_HOME = /Users/tahatesser/Code/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 11.5) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.5, Build version 11E608c • CocoaPods version 1.9.3 [✓] Android Studio (version 4.0) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 47.1.2 • Dart plugin version 193.7361 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) [✓] VS Code (version 1.46.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.12.1 [✓] Connected device (2 available) • SM M305F • 32003c30dc19668f • android-arm64 • Android 10 (API 29) • Taha’s iPhone • 00008020-001059882212002E • ios • iOS 13.5.1 • No issues found! ```

Please upgrade to latest dev or beta and try again flutter channel dev or flutter channel beta flutter upgrade --force flutter doctor -v

Thank you

Related https://github.com/flutter/flutter/issues/55783

m-rahme commented 4 years ago

Hi @TahaTesser,

Thank you for the reply, let me try it and I'll get back to you.

m-rahme commented 4 years ago

@TahaTesser Thank you! It works great!

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.