万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    IonicでiOS実機ビルドエラー

    passerは僕のプロジェクト

    === BUILD TARGET passer OF PROJECT passer WITH CONFIGURATION Debug ===
    
    Check dependencies
    Code Signing Error: Signing for "passer" requires a development team. Select a development team in the project editor.
    Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'
    
    ** ARCHIVE FAILED **
    
    
    The following build commands failed:
        Check dependencies
    (1 failure)
    (node:52892) UnhandledPromiseRejectionWarning: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/shinriyo/development/ionic_apps/passer/platforms/ios/cordova/build-debug.xcconfig,-workspace,passer.xcworkspace,-scheme,passer,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,passer.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/shinriyo/development/ionic_apps/passer/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/shinriyo/development/ionic_apps/passer/platforms/ios/build/sharedpch
    (node:52892) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
    (node:52892) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

    Code signing is required for product type - ionic - Ionic

    platforms/ios/にあるの?

    あったのでopen platforms/ios/中を開けて、 passer.xcodeproj起動して。 f:id:shinriyo:20180328235933p:plain これでおしまい。

    しかし!! XCodeFailed to load webpage with error: Could not connect to the server. とかででなかなか起動しないとき。

    ionic cordova prepare ios

    ionic prepare iosは古いコマンド。

    xcode - ionic Failed to load webpage with error: Could not connect to the server - Stack Overflow