アプリ関連ニュース

Apple Developer app

Apple just released the latest apple developer app to help you create great apps for Mac, iPhone, iPad, Apple Watch, and Apple TV, and the best way to experience WWDC.

Credit: Apple

The Developer app is available for best practices, tips, tricks, and resources for every part of the process and Learn about the latest Apple technology and explore new ideas through video sessions, articles, and related documentation. Receive notifications for the latest news and announcements. You can also get inspiration from the stories of the Apple developer community.

This app will act like the home of this year’s online WWDC experience. Millions of developers around the world are joining on June 6th to learn about the future of the Apple platform at Keynote and Platforms State of the Union etc.

Throughout the week, you can visit the WWDC tab to see a complete schedule of daily video sessions, labs, digital room activities, coding and design challenges.

Now that the Developer app supports SharePlay, you can watch videos with your friends and colleagues. You just need to start the FaceTime call, then go to the Developer app and start playing. Once inside the app, you can choose to play the video on your device or share it with everyone in the call. On iOS and iPad OS, you can also start SharePlay from a shared sheet.

Yuuma



知っておいていただきたいこと – 6

今回も、Laravelの知っておいた方がいいとおもったことをいくつか紹介します。

#Laravel Tip – join

Laravelの最新リリースでは、Arrファサードに新しい「join」メソッドが追加され、アイテムの配列を文としてフォーマットできるようになりました。このメソッドにより、配列を文としてフォーマットすることができます。

$team = ['John', 'Smith', 'Jesse', 'Bryan'];
$formatted = Arr::join(
  $team,
  ', ',
  ' and '
);

echo "Such a fascinated team - {$formatted}!!";
//Such a fascinated team - John, Smith, Jesse and Bryan!!

ということで、今回はこれで終わります。

金曜担当 – Ami



[Laravel] Auth 機能とMiddlewareの設定(1)

今回はLaravel標準の認証機能とMiddlewareによる認証チェック機能についての情報を
シェアしたいと思います。

続きを読む

Main differences between Laravel and Lumen Frameworks

Today, I would like to share about main differences between Laravel and Lumen frameworks. Let’s take a look.

Both Laravel and Lumen are developed by Taylor Otwell. But there are some differences.

Laravel is a MVC based full-stack web application framework that provides support for a lot of third-party tools and frameworks. Lumen is a lighter version of the Laravel Framework that is a micro framework used to develop microservices and APIs in high speed and less time.

Laravel has a good documentation whereas Lumen has no clear documentation.

Response time of Laravel is high compared to Lumen.

Lumen has better performance and speed compared to Laravel.

Laravel has own command line interface whereas Lumen is feature-rich micro framework.

Laravel can work on handling event queue and has an efficient template. Lumen can’t work on handling event queue and doesn’t have an efficient template.

Laravel has a huge community compared to Lumen.

This is all for now. Hope you enjoy that.

By Asahi



Xcode, iOS app debug to device failed due to incompatibility issue

You might see this error message when debugging the app to your device.

This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode.

Today I would like to share with you how I solved this issue.

Xcode show “Failed to prepare device for development.” error handling -  彼得潘的Swift iOS App 開發教室- Medium

Firstly , you have to check the compatibility versions between Xcode and iOS. You can check on the link below.

https://developer.apple.com/support/xcode/

Secondly , check the version of your iOS device. Let’s say 15.4 in this case. Then you can check the device supports on your Mac. You can check under this path

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

If the directory is missing download support files for 15.4 (your iOS version) , you can download the files from this github.

https://github.com/filsv/iOSDeviceSupport

As a final step, restart your Xcode.

Yuuma



アプリ関連ニュース

お問い合わせはこちら

お問い合わせ・ご相談はお電話、またはお問い合わせフォームよりお受け付けいたしております。

tel. 06-6454-8833(平日 10:00~17:00)

お問い合わせフォーム