Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
aqua-ix committed Jun 20, 2020
1 parent 80955b6 commit e1da0a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/Developer-Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- 現在、xamarin.exposurenotificationのNUGET版は、バックグラウンド動作でExceptionが出ます。直接プロジェクトを参照しています。
- Linker動作の変更が必要です。

![image.png](/.attachments/image-fa94e249-2692-499a-9386-6ec08dec8e5e.png)
![image.png](./.attachments/image-fa94e249-2692-499a-9386-6ec08dec8e5e.png)

## iOS

Expand All @@ -14,7 +14,7 @@
- SDKバージョンは13.5以上(最新のXcodeを入れてください)
- Linker動作の変更が必要です。

![image.png](/.attachments/image-b9670ee1-20cc-4588-9671-901fbaa433cb.png)
![image.png](./.attachments/image-b9670ee1-20cc-4588-9671-901fbaa433cb.png)

### BGTask Issue

Expand All @@ -35,6 +35,6 @@ Linkerの動作変更と以下のオプションの追加が必要です。
--optimize=experimental-xforms-product-type
```

![image.png](/.attachments/image-35068853-c6ed-4fbc-96d6-b4e30c906fa0.png)
![image.png](./.attachments/image-35068853-c6ed-4fbc-96d6-b4e30c906fa0.png)


2 changes: 1 addition & 1 deletion doc/FAQ-on-Mobile-App-build-failed.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1. Can't build Xamarin.App with error saying :

`AppResources` does not contain a definition for `SomeString`
![image.png](/.attachments/image-775c62fd-b63c-4a12-a027-6b5e40401152.png)
![image.png](./.attachments/image-775c62fd-b63c-4a12-a027-6b5e40401152.png)
- Solution: Open one of `AppResources.resx` and edit some file in it and save again. It will generating correct `AppResources.Designer.cs` and the error gone.

0 comments on commit e1da0a6

Please sign in to comment.